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

An exception thrown when the Octopus Server responds with HTTP 405, which indicates that the HTTP method (GET, POST, PUT, DELETE) is not supported on the specified resource.
Наследование: OctopusException
Показать файл Открыть проект

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

Метод Описание
OctopusMethodNotAllowedFoundException ( string message ) : System

Initializes a new instance of the OctopusResourceNotFoundException class.

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

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

Initializes a new instance of the OctopusResourceNotFoundException class.
public OctopusMethodNotAllowedFoundException ( string message ) : System
message string The message.
Результат System