DriverAccessCOMException Constructor
Creates a new DriverAccessCOException
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.1.3+4851.c5da65c2b
public DriverAccessCOMException(
string Message,
int ErrorCode,
Exception InnerException
)
Public Sub New (
Message As String,
ErrorCode As Integer,
InnerException As Exception
)
public:
DriverAccessCOMException(
String^ Message,
int ErrorCode,
Exception^ InnerException
)
Parameters
- Message String
- The error message to display
- ErrorCode Int32
- The COM error code to attach to this exception
- InnerException Exception
- Any inner exception that is to be attached to the exception, or null if there is no inner exception