C# 클래스 ALMRestClient.ALMClientException

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

공개 메소드들

메소드 설명
ALMClientException ( HttpStatusCode statusCode, string error, string content ) : System
ALMClientException ( HttpStatusCode statusCode, string error, string content, Exception e ) : System

메소드 상세

ALMClientException() 공개 메소드

public ALMClientException ( HttpStatusCode statusCode, string error, string content ) : System
statusCode HttpStatusCode
error string
content string
리턴 System

ALMClientException() 공개 메소드

public ALMClientException ( HttpStatusCode statusCode, string error, string content, Exception e ) : System
statusCode HttpStatusCode
error string
content string
e System.Exception
리턴 System