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: 6.0.0.0 (7.0.9999.9999)
C#
[SerializableAttribute]
[ComVisibleAttribute(true)]
[GuidAttribute("06CC64FC-3833-48D5-BC54-82DF40CA3900")]
public class DriverAccessCOMException : COMException
Inheritance
Object    Exception    SystemException    ExternalException    COMException    DriverAccessCOMException

Constructors

DriverAccessCOMException Creates a new DriverAccessCOException

Extension Methods

ErrorCode Extension method to get the Alpaca Error Code for an Exception. Returns UnspecifiedError if it cannot find a better code
(Defined by ExceptionHelpers)

Version Information

.NET Standard

Supported in: 2.0

See Also