C# 클래스 EngageNet.Exceptions.UnknownResponseException

상속: EngageNet.Exceptions.ResponseException
파일 보기 프로젝트 열기: troygoode/EngageNet

공개 메소드들

메소드 설명
UnknownResponseException ( ) : System
UnknownResponseException ( int errorCode, string message ) : System
UnknownResponseException ( int errorCode, string message, Exception inner ) : System

메소드 상세

UnknownResponseException() 공개 메소드

public UnknownResponseException ( ) : System
리턴 System

UnknownResponseException() 공개 메소드

public UnknownResponseException ( int errorCode, string message ) : System
errorCode int
message string
리턴 System

UnknownResponseException() 공개 메소드

public UnknownResponseException ( int errorCode, string message, Exception inner ) : System
errorCode int
message string
inner System.Exception
리턴 System