C# Класс AForge.NotConnectedException

Not connected exception.

The exception is thrown in the case if connection to device is not established, but user requests for its services.

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

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

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

Initializes a new instance of the NotConnectedException class.

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

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

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