NotConnectedException(String, Exception) Constructor

Initializes a new instance of the NotConnectedException class based on another exception.

Definition

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.1.3+4851.c5da65c2b
C#
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.

See Also