C# Класс MonoTorrent.TorrentException

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

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

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

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

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

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

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

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

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

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

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

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