C# Class AForge.ConnectionFailedException

Connection failed exception.

The exception is thrown in the case if connection to device has failed.

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

Public Methods

Method Description
ConnectionFailedException ( string message ) : System

Initializes a new instance of the ConnectionFailedException class.

Method Details

ConnectionFailedException() public method

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