C# Class DNS.Client.ResponseException

Inheritance: System.Exception
Afficher le fichier Open project: kapetan/dns

Méthodes publiques

Méthode Description
ResponseException ( ) : System
ResponseException ( IResponse response ) : System
ResponseException ( IResponse response, Exception e ) : System
ResponseException ( IResponse response, string message ) : System
ResponseException ( string message ) : System
ResponseException ( string message, Exception e ) : System

Private Methods

Méthode Description
Format ( IResponse response ) : string

Method Details

ResponseException() public méthode

public ResponseException ( ) : System
Résultat System

ResponseException() public méthode

public ResponseException ( IResponse response ) : System
response IResponse
Résultat System

ResponseException() public méthode

public ResponseException ( IResponse response, Exception e ) : System
response IResponse
e System.Exception
Résultat System

ResponseException() public méthode

public ResponseException ( IResponse response, string message ) : System
response IResponse
message string
Résultat System

ResponseException() public méthode

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

ResponseException() public méthode

public ResponseException ( string message, Exception e ) : System
message string
e System.Exception
Résultat System