C# 클래스 RemObjects.InternetPack.Http.HttpRequestInvalidException

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

공개 메소드들

메소드 설명
HttpRequestInvalidException ( HttpStatusCode errorCode, String errorMessage ) : System
HttpRequestInvalidException ( HttpStatusCode errorCode, String errorMessage, Exception innerException ) : System

비공개 메소드들

메소드 설명
HttpRequestInvalidException ( Int32 errorCode, String errorMessage ) : System
HttpRequestInvalidException ( Int32 errorCode, String errorMessage, Exception innerException ) : System

메소드 상세

HttpRequestInvalidException() 공개 메소드

public HttpRequestInvalidException ( HttpStatusCode errorCode, String errorMessage ) : System
errorCode HttpStatusCode
errorMessage String
리턴 System

HttpRequestInvalidException() 공개 메소드

public HttpRequestInvalidException ( HttpStatusCode errorCode, String errorMessage, Exception innerException ) : System
errorCode HttpStatusCode
errorMessage String
innerException System.Exception
리턴 System