DriverException(String) Constructor |
Initializes a new instance of the
DriverException class
with a human-readable descriptive message.
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (7.0.9999.9999)
Syntaxpublic DriverException(
string message
)
Public Sub New (
message As String
)
Parameters
- message String
- The human-readable description of the problem.
See Also