DriverNotRegisteredException Class

Exception thrown when a profile request is made for a driver that is not registered

Definition

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

Remarks

Drivers must be registered before other profile commands are used to manipulate their values.

Constructors

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

See Also