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

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

Méthodes publiques

Méthode Description
ListenerException ( ) : System

ListenerException ( string message ) : System

ListenerException ( string message, Exception innerException ) : System

Method Details

ListenerException() public méthode

public ListenerException ( ) : System
Résultat System

ListenerException() public méthode

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

ListenerException() public méthode

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