Click or drag to resize

ProfileNotFoundException Class

Exception thrown when the profile is not found. This is internally trapped and should not appear externally to an application.
Inheritance Hierarchy
SystemObject
  SystemException
    ASCOM.Utilities.ExceptionsHelperException
      ASCOM.Utilities.ExceptionsProfileNotFoundException

Namespace: ASCOM.Utilities.Exceptions
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
[SerializableAttribute]
public class ProfileNotFoundException : HelperException

The ProfileNotFoundException type exposes the following members.

Constructors
 NameDescription
Public methodProfileNotFoundException(String) Create a new exception with message
Public methodProfileNotFoundException(SerializationInfo, StreamingContext) Serialise the exception
Public methodProfileNotFoundException(String, Exception) Create a new exception with message
Top
See Also