C# Class AForge.ConnectionFailedException

Connection failed exception.

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

Inheritance: System.Exception
Afficher le fichier Open project: holisticware-admin/MonoVersal.AForgeNET

Méthodes publiques

Méthode Description
ConnectionFailedException ( string message ) : System

Initializes a new instance of the ConnectionFailedException class.

Method Details

ConnectionFailedException() public méthode

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