C# Class AForge.ConnectionLostException

Connection lost exception.

The exception is thrown in the case if connection to device is lost. When the exception is caught, user may need to reconnect to the device.

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

Public Methods

Method Description
ConnectionLostException ( string message ) : System

Initializes a new instance of the ConnectionLostException class.

Method Details

ConnectionLostException() public method

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