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 HierarchySystemObject
SystemException
SystemSystemException
System.Runtime.InteropServicesExternalException
System.Runtime.InteropServicesCOMException
ASCOMDriverAccessCOMException
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax[SerializableAttribute]
public class DriverAccessCOMException : COMException
<SerializableAttribute>
Public Class DriverAccessCOMException
Inherits COMException
[SerializableAttribute]
public ref class DriverAccessCOMException : public COMException
The DriverAccessCOMException type exposes the following members.
Constructors
See Also