C# Class AForge.DeviceBusyException

Device busy exception.

The exception is thrown in the case if access to certain device is not available due to the fact that it is currently busy handling other request/connection.

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

Méthodes publiques

Méthode Description
DeviceBusyException ( string message ) : System

Initializes a new instance of the DeviceBusyException class.

Method Details

DeviceBusyException() public méthode

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