DriverAccessCOMException Class

Exception thrown by DriverAccess to return a driver COM error to the client. This exception appears as a COMException to the client having the original exception's description and error number as well as the original exception as the inner exception.

Definition

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.1.3+4851.c5da65c2b
C#
[SerializableAttribute]
public class DriverAccessCOMException : COMException
Inheritance
Object    Exception    SystemException    ExternalException    COMException    DriverAccessCOMException

Constructors

DriverAccessCOMException Creates a new DriverAccessCOException

See Also