DriverAccessCOMException Constructor |
Creates a new DriverAccessCOException
Namespace:
ASCOM
Assembly:
ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic 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
- Type: SystemString
The error message to display - ErrorCode
- Type: SystemInt32
The COM error code to attach to this exception - InnerException
- Type: SystemException
Any inner exception that is to be attached to the exception, or null if there is no inner exception
See Also