C# Class ECollegeAPI.Exceptions.ServerErrorException

Inheritance: ServiceException
Afficher le fichier Open project: PearsonLearningStudio/mobile2-windows7

Méthodes publiques

Méthode Description
ServerErrorException ( RestResponse response ) : System
ServerErrorException ( RestResponse response, string message ) : System
ServerErrorException ( RestResponse response, string message, Exception innerException ) : System

Method Details

ServerErrorException() public méthode

public ServerErrorException ( RestResponse response ) : System
response RestSharp.RestResponse
Résultat System

ServerErrorException() public méthode

public ServerErrorException ( RestResponse response, string message ) : System
response RestSharp.RestResponse
message string
Résultat System

ServerErrorException() public méthode

public ServerErrorException ( RestResponse response, string message, Exception innerException ) : System
response RestSharp.RestResponse
message string
innerException System.Exception
Résultat System