C# Class Universal.Torrent.Bencoding.BEncodingException

Inheritance: System.Exception
Mostrar archivo Open project: haroldma/Universal.Torrent

Public Methods

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

Method Details

BEncodingException() public method

public BEncodingException ( ) : System
return System

BEncodingException() public method

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

BEncodingException() public method

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