C# Класс 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.

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
DeviceErrorException ( string message ) : System

Initializes a new instance of the DeviceErrorException class.

Описание методов

DeviceErrorException() публичный Метод

Initializes a new instance of the DeviceErrorException class.
public DeviceErrorException ( string message ) : System
message string Exception's message.
Результат System