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
Afficher le fichier Open project: holisticware-admin/MonoVersal.AForgeNET

Méthodes publiques

Méthode Description
ConnectionLostException ( string message ) : System

Initializes a new instance of the ConnectionLostException class.

Method Details

ConnectionLostException() public méthode

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