C# 클래스 ECollegeAPI.Exceptions.ServerErrorException

상속: ServiceException
파일 보기 프로젝트 열기: PearsonLearningStudio/mobile2-windows7

공개 메소드들

메소드 설명
ServerErrorException ( RestResponse response ) : System
ServerErrorException ( RestResponse response, string message ) : System
ServerErrorException ( RestResponse response, string message, Exception innerException ) : System

메소드 상세

ServerErrorException() 공개 메소드

public ServerErrorException ( RestResponse response ) : System
response RestSharp.RestResponse
리턴 System

ServerErrorException() 공개 메소드

public ServerErrorException ( RestResponse response, string message ) : System
response RestSharp.RestResponse
message string
리턴 System

ServerErrorException() 공개 메소드

public ServerErrorException ( RestResponse response, string message, Exception innerException ) : System
response RestSharp.RestResponse
message string
innerException System.Exception
리턴 System