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: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic 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).
See Also