C# Class ClickView.Extensions.RestClient.Exceptions.Http.RemoteServerException

The exception thrown when the exception is caused by the remote server
Inheritance: ClickView.Extensions.RestClient.Exceptions.Http.ClickViewClientHttpException
Afficher le fichier Open project: clickviewapp/Extensions

Méthodes publiques

Méthode Description
RemoteServerException ( HttpStatusCode httpStatusCode, string message ) : System
RemoteServerException ( HttpStatusCode httpStatusCode, string message, Exception innerException ) : System

Method Details

RemoteServerException() public méthode

public RemoteServerException ( HttpStatusCode httpStatusCode, string message ) : System
httpStatusCode HttpStatusCode
message string
Résultat System

RemoteServerException() public méthode

public RemoteServerException ( HttpStatusCode httpStatusCode, string message, Exception innerException ) : System
httpStatusCode HttpStatusCode
message string
innerException Exception
Résultat System