C# Класс Meebey.SmartIrc4net.NotConnectedException

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

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

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

Защищенные методы

Метод Описание
NotConnectedException ( SerializationInfo info, StreamingContext context ) : System

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

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

public NotConnectedException ( ) : System
Результат System

NotConnectedException() защищенный Метод

protected NotConnectedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

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

public NotConnectedException ( string message ) : System
message string
Результат System

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

public NotConnectedException ( string message, Exception e ) : System
message string
e Exception
Результат System