DriverAccessCOMException Constructor |
Creates a new DriverAccessCOException
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (6.6.9999.9999)
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 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
See Also