C# 클래스 DNS.Client.ResponseException

상속: System.Exception
파일 보기 프로젝트 열기: kapetan/dns

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Format ( IResponse response ) : string

메소드 상세

ResponseException() 공개 메소드

public ResponseException ( ) : System
리턴 System

ResponseException() 공개 메소드

public ResponseException ( IResponse response ) : System
response IResponse
리턴 System

ResponseException() 공개 메소드

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

ResponseException() 공개 메소드

public ResponseException ( IResponse response, string message ) : System
response IResponse
message string
리턴 System

ResponseException() 공개 메소드

public ResponseException ( string message ) : System
message string
리턴 System

ResponseException() 공개 메소드

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