C# Class Universal.Torrent.Client.Exceptions.TorrentLoadException

Inheritance: Universal.Torrent.Common.TorrentException
Afficher le fichier Open project: haroldma/Universal.Torrent

Méthodes publiques

Méthode Description
TorrentLoadException ( ) : System
TorrentLoadException ( string message ) : System
TorrentLoadException ( string message, Exception innerException ) : System

Method Details

TorrentLoadException() public méthode

public TorrentLoadException ( ) : System
Résultat System

TorrentLoadException() public méthode

public TorrentLoadException ( string message ) : System
message string
Résultat System

TorrentLoadException() public méthode

public TorrentLoadException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System