C# Class AForge.NotConnectedException

Not connected exception.

The exception is thrown in the case if connection to device is not established, but user requests for its services.

Inheritance: System.Exception
Show file Open project: holisticware-admin/MonoVersal.AForgeNET

Public Methods

Method Description
NotConnectedException ( string message ) : System

Initializes a new instance of the NotConnectedException class.

Method Details

NotConnectedException() public method

Initializes a new instance of the NotConnectedException class.
public NotConnectedException ( string message ) : System
message string Exception's message.
return System