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:
ASCOM
Assembly:
ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
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