NotConnectedException(String) Constructor |
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic NotConnectedException(
string message
)
Public Sub New (
message As String
)
public:
NotConnectedException(
String^ message
)
Parameters
- message String
- A descriptive human-readable message.
See Also