C# Класс Lawo.IO.ConnectionLostEventArgs

Provides the data for the IMonitoredConnection.ConnectionLost event.
Наследование: System.EventArgs
Показать файл Открыть проект

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

Метод Описание
ConnectionLostEventArgs ( Exception exception ) : System

Initializes a new instance of the ConnectionLostEventArgs class.

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

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

Initializes a new instance of the ConnectionLostEventArgs class.
public ConnectionLostEventArgs ( Exception exception ) : System
exception System.Exception
Результат System