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

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

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

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

Initializes a new instance of the DeviceBusyException class.

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

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

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