C# Класс ClickView.Extensions.RestClient.Exceptions.Http.RemoteServerException

The exception thrown when the exception is caused by the remote server
Наследование: ClickView.Extensions.RestClient.Exceptions.Http.ClickViewClientHttpException
Показать файл Открыть проект

Открытые методы

Метод Описание
RemoteServerException ( HttpStatusCode httpStatusCode, string message ) : System
RemoteServerException ( HttpStatusCode httpStatusCode, string message, Exception innerException ) : System

Описание методов

RemoteServerException() публичный Метод

public RemoteServerException ( HttpStatusCode httpStatusCode, string message ) : System
httpStatusCode HttpStatusCode
message string
Результат System

RemoteServerException() публичный Метод

public RemoteServerException ( HttpStatusCode httpStatusCode, string message, Exception innerException ) : System
httpStatusCode HttpStatusCode
message string
innerException Exception
Результат System