DriverException Constructor (String, Int32) |
Create a new ASCOM exception using the specified text message and error code.
Namespace:
ASCOM
Assembly:
ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic DriverException(
string message,
int number
)
Public Sub New (
message As String,
number As Integer
)
public:
DriverException(
String^ message,
int number
)
Parameters
- message
- Type: SystemString
Descriptive text describing the cause of the exception - number
- Type: SystemInt32
Error code for the exception (80040400 - 80040FFF).
See Also