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

Base class for all exceptions thrown by the Octopus client.
Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Защищенные методы

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

Initializes a new instance of the OctopusException class.

OctopusException ( int httpStatusCode, string message, Exception innerException ) : System

Initializes a new instance of the OctopusException class.

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

OctopusException() защищенный Метод

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

OctopusException() защищенный Метод

Initializes a new instance of the OctopusException class.
protected OctopusException ( int httpStatusCode, string message, Exception innerException ) : System
httpStatusCode int The HTTP status code.
message string The message.
innerException System.Exception The inner exception.
Результат System