DriverAccessCOMException Constructor
Creates a new DriverAccessCOException
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (7.0.9999.9999)
public DriverAccessCOMException(
string Message,
int ErrorCode,
Exception InnerException
)
Public Sub New (
Message As String,
ErrorCode As Integer,
InnerException As Exception
)
- 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
Supported in: 2.0