C# Class ECollegeAPI.Exceptions.ServerErrorException

Inheritance: ServiceException
Show file Open project: PearsonLearningStudio/mobile2-windows7

Public Methods

Method Description
ServerErrorException ( RestResponse response ) : System
ServerErrorException ( RestResponse response, string message ) : System
ServerErrorException ( RestResponse response, string message, Exception innerException ) : System

Method Details

ServerErrorException() public method

public ServerErrorException ( RestResponse response ) : System
response RestSharp.RestResponse
return System

ServerErrorException() public method

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

ServerErrorException() public method

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