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: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
[SerializableAttribute]
public class ProfileNotFoundException : HelperException
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
Remarks