C# Class Universal.Torrent.Client.Exceptions.ConnectionException

Inheritance: Universal.Torrent.Common.TorrentException
Show file Open project: haroldma/Universal.Torrent

Public Methods

Method Description
ConnectionException ( ) : System

ConnectionException ( string message ) : System

ConnectionException ( string message, Exception innerException ) : System

Method Details

ConnectionException() public method

public ConnectionException ( ) : System
return System

ConnectionException() public method

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

ConnectionException() public method

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