C# Класс Octopus.Client.Exceptions.OctopusServerException

An exception thrown when the Octopus Server responds with HTTP 500 or any other error, indicating that there was a problem processing the request.
Наследование: OctopusException
Показать файл Открыть проект

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

Метод Описание
OctopusServerException ( int httpStatusCode, string message ) : System

Initializes a new instance of the OctopusServerException class.

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

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

Initializes a new instance of the OctopusServerException class.
public OctopusServerException ( int httpStatusCode, string message ) : System
httpStatusCode int The HTTP status code.
message string The message.
Результат System