C# Class OctoTorrent.Client.ListenerException

Inheritance: TorrentException
Mostra file Open project: Eskat0n/OctoTorrent

Public Methods

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

Method Details

ListenerException() public method

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

ListenerException() public method

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

ListenerException() public method

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

ListenerException() public method

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