C# Класс AForge.ConnectionLostException

Connection lost exception.

The exception is thrown in the case if connection to device is lost. When the exception is caught, user may need to reconnect to the device.

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

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

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

Initializes a new instance of the ConnectionLostException class.

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

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

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