C# Class OctoTorrent.Client.TorrentLoadException

Inheritance: TorrentException
Mostra file Open project: Eskat0n/OctoTorrent

Public Methods

Method 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 method

public TorrentLoadException ( ) : Common.System
return Common.System

TorrentLoadException() public method

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

TorrentLoadException() public method

public TorrentLoadException ( string message ) : Common.System
message string
return Common.System

TorrentLoadException() public method

public TorrentLoadException ( string message, Exception innerException ) : Common.System
message string
innerException System.Exception
return Common.System