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
Show file Open project: holisticware-admin/MonoVersal.AForgeNET

Public Methods

Method Description
DeviceBusyException ( string message ) : System

Initializes a new instance of the DeviceBusyException class.

Method Details

DeviceBusyException() public method

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