Click or drag to resize

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.
Inheritance Hierarchy

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
[SerializableAttribute]
public class DriverAccessCOMException : COMException

The DriverAccessCOMException type exposes the following members.

Constructors
 NameDescription
Public methodDriverAccessCOMException Creates a new DriverAccessCOException
Top
See Also