C# Класс OctoTorrent.Client.ListenerException

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

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

Метод Описание
ListenerException ( ) : Common.System
ListenerException ( SerializationInfo info, StreamingContext context ) : Common.System
ListenerException ( string message ) : Common.System
ListenerException ( string message, Exception innerException ) : Common.System

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

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

public ListenerException ( ) : Common.System
Результат Common.System

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

public ListenerException ( SerializationInfo info, StreamingContext context ) : Common.System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат Common.System

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

public ListenerException ( string message ) : Common.System
message string
Результат Common.System

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

public ListenerException ( string message, Exception innerException ) : Common.System
message string
innerException System.Exception
Результат Common.System