NotConnectedException(String, Exception) Constructor
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.1.3+4851.c5da65c2b
public NotConnectedException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
NotConnectedException(
String^ message,
Exception^ innerException
)
Parameters
- message String
- Descriptive text documenting the cause or source of the error.
- innerException Exception
- The inner exception the led to the throwing of this exception.