DriverException(String, Int32) Constructor
Create a new ASCOM exception using the specified text message and error code.
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.1.3+4851.c5da65c2b
public DriverException(
string message,
int number
)
Public Sub New (
message As String,
number As Integer
)
public:
DriverException(
String^ message,
int number
)
Parameters
- message String
- Descriptive text describing the cause of the exception
- number Int32
- Error code for the exception (80040400 - 80040FFF).