C# 클래스 ClickView.Extensions.RestClient.Exceptions.Http.RemoteServerException

The exception thrown when the exception is caused by the remote server
상속: ClickView.Extensions.RestClient.Exceptions.Http.ClickViewClientHttpException
파일 보기 프로젝트 열기: clickviewapp/Extensions

공개 메소드들

메소드 설명
RemoteServerException ( HttpStatusCode httpStatusCode, string message ) : System
RemoteServerException ( HttpStatusCode httpStatusCode, string message, Exception innerException ) : System

메소드 상세

RemoteServerException() 공개 메소드

public RemoteServerException ( HttpStatusCode httpStatusCode, string message ) : System
httpStatusCode HttpStatusCode
message string
리턴 System

RemoteServerException() 공개 메소드

public RemoteServerException ( HttpStatusCode httpStatusCode, string message, Exception innerException ) : System
httpStatusCode HttpStatusCode
message string
innerException Exception
리턴 System