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
Show file Open project: clickviewapp/Extensions

Public Methods

Method Description
RemoteServerException ( HttpStatusCode httpStatusCode, string message ) : System
RemoteServerException ( HttpStatusCode httpStatusCode, string message, Exception innerException ) : System

Method Details

RemoteServerException() public method

public RemoteServerException ( HttpStatusCode httpStatusCode, string message ) : System
httpStatusCode HttpStatusCode
message string
return System

RemoteServerException() public method

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