C# Class AForge.DeviceErrorException

Device error exception.

The exception is thrown in the case if some error happens with a device, which may need to be reported to user.

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

Public Methods

Method Description
DeviceErrorException ( string message ) : System

Initializes a new instance of the DeviceErrorException class.

Method Details

DeviceErrorException() public method

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