Click or drag to resize

NotConnectedException(Exception) Constructor

Initializes a new instance of the NotConnectedException class from another exception.

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (7.0.9999.9999)
Syntax
public NotConnectedException(
	Exception innerException
)

Parameters

innerException  Exception
The inner exception.
See Also