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

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

Public Methods

Method Description
ProtocolException ( ) : System
ProtocolException ( string message ) : System
ProtocolException ( string message, Exception innerException ) : System

Method Details

ProtocolException() public method

public ProtocolException ( ) : System
return System

ProtocolException() public method

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

ProtocolException() public method

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