C# Class TorrentHardLinkHelper.Torrents.TorrentException

Inheritance: System.Exception
Mostrar archivo Open project: harrywong/torrenthardlinkhelper

Public Methods

Method Description
TorrentException ( ) : System
TorrentException ( System info, System 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 info, System context ) : System
info System
context System
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 System.Exception
return System