ProfileNotFoundException Class

Exception thrown when the profile is not found. This is internally trapped and should not appear externally to an application.

Definition

Namespace: ASCOM.Utilities.Exceptions
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
[SerializableAttribute]
public class ProfileNotFoundException : HelperException
Inheritance
Object    Exception    HelperException    ProfileNotFoundException

Constructors

ProfileNotFoundException(String) Create a new exception with message
ProfileNotFoundException(SerializationInfo, StreamingContext) Serialise the exception
ProfileNotFoundException(String, Exception) Create a new exception with message

See Also