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

Inheritance: Universal.Torrent.Common.TorrentException
Mostrar archivo Open project: haroldma/Universal.Torrent

Public Methods

Method Description
ListenerException ( ) : System

ListenerException ( string message ) : System

ListenerException ( string message, Exception innerException ) : System

Method Details

ListenerException() public method

public ListenerException ( ) : System
return System

ListenerException() public method

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

ListenerException() public method

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