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

An exception thrown when the Octopus Server responds with HTTP 401 or 403, indicating that the current user's API key was not valid, their account is disabled, or they don't have permission to perform the specified action.
Наследование: OctopusException
Показать файл Открыть проект

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

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

Initializes a new instance of the OctopusSecurityException class.

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

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

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