C# Class OctoTorrent.Client.ListenerException

Inheritance: TorrentException
Afficher le fichier Open project: Eskat0n/OctoTorrent

Méthodes publiques

Méthode Description
ListenerException ( ) : Common.System
ListenerException ( SerializationInfo info, StreamingContext context ) : Common.System
ListenerException ( string message ) : Common.System
ListenerException ( string message, Exception innerException ) : Common.System

Method Details

ListenerException() public méthode

public ListenerException ( ) : Common.System
Résultat Common.System

ListenerException() public méthode

public ListenerException ( SerializationInfo info, StreamingContext context ) : Common.System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat Common.System

ListenerException() public méthode

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

ListenerException() public méthode

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