C# Class MonoTorrent.TorrentException

Inheritance: Exception
Datei anzeigen Open project: Maveth/Sportstarr

Public Methods

Method Description
TorrentException ( ) : System
TorrentException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System
TorrentException ( string message ) : System
TorrentException ( string message, Exception innerException ) : System

Method Details

TorrentException() public method

public TorrentException ( ) : System
return System

TorrentException() public method

public TorrentException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

TorrentException() public method

public TorrentException ( string message ) : System
message string
return System

TorrentException() public method

public TorrentException ( string message, Exception innerException ) : System
message string
innerException Exception
return System