C# Class DNS.Client.ResponseException

Inheritance: System.Exception
Mostrar archivo Open project: kapetan/dns

Public Methods

Method 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

Method Description
Format ( IResponse response ) : string

Method Details

ResponseException() public method

public ResponseException ( ) : System
return System

ResponseException() public method

public ResponseException ( IResponse response ) : System
response IResponse
return System

ResponseException() public method

public ResponseException ( IResponse response, Exception e ) : System
response IResponse
e System.Exception
return System

ResponseException() public method

public ResponseException ( IResponse response, string message ) : System
response IResponse
message string
return System

ResponseException() public method

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

ResponseException() public method

public ResponseException ( string message, Exception e ) : System
message string
e System.Exception
return System