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
SystemObject
  SystemException
    SystemSystemException
      System.Runtime.InteropServicesExternalException
        System.Runtime.InteropServicesCOMException
          ASCOMDriverAccessCOMException

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

The DriverAccessCOMException type exposes the following members.

Constructors
  NameDescription
Public methodDriverAccessCOMException
Creates a new DriverAccessCOException
Top
See Also