C# Class OctoTorrent.Client.TorrentLoadException

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

Méthodes publiques

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

Method Details

TorrentLoadException() public méthode

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

TorrentLoadException() public méthode

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

TorrentLoadException() public méthode

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

TorrentLoadException() public méthode

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