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

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

Public Methods

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

Method Details

MessageException() public method

public MessageException ( ) : System
return System

MessageException() public method

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

MessageException() public method

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