C# Class OctoTorrent.Client.ProtocolException

Inheritance: TorrentException
Mostra file Open project: Eskat0n/OctoTorrent

Public Methods

Method Description
ProtocolException ( ) : Common.System
ProtocolException ( SerializationInfo info, StreamingContext context ) : Common.System
ProtocolException ( string message ) : Common.System
ProtocolException ( string message, Exception innerException ) : Common.System

Method Details

ProtocolException() public method

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

ProtocolException() public method

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

ProtocolException() public method

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

ProtocolException() public method

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