C# Class Universal.Torrent.Bencoding.BEncodingException

Inheritance: System.Exception
Afficher le fichier Open project: haroldma/Universal.Torrent

Méthodes publiques

Méthode Description
BEncodingException ( ) : System
BEncodingException ( string message ) : System
BEncodingException ( string message, Exception innerException ) : System

Method Details

BEncodingException() public méthode

public BEncodingException ( ) : System
Résultat System

BEncodingException() public méthode

public BEncodingException ( string message ) : System
message string
Résultat System

BEncodingException() public méthode

public BEncodingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System