C# Class Universal.Torrent.Common.TorrentException

Inheritance: System.Exception
Mostra file Open project: haroldma/Universal.Torrent

Public Methods

Method Description
TorrentException ( ) : 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 ( string message ) : System
message string
return System

TorrentException() public method

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