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.
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.1.3+4851.c5da65c2b
[SerializableAttribute]
public class DriverAccessCOMException : COMException
<SerializableAttribute>
Public Class DriverAccessCOMException
Inherits COMException
[SerializableAttribute]
public ref class DriverAccessCOMException : public COMException
- Inheritance
- Object Exception SystemException ExternalException COMException DriverAccessCOMException