Initializes a new instance of the NotConnectedException class.

Namespace:  AForge
Assembly:  AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public NotConnectedException(
	string message
)

Parameters

message
Type: System..::.String
Exception's message.

See Also