C# Класс Universal.Torrent.Client.Exceptions.TorrentLoadException

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

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

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

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

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

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

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

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

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

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