C# Class 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.
Inheritance: OctopusException
Afficher le fichier Open project: OctopusDeploy/Octo.exe

Méthodes publiques

Méthode Description
OctopusMethodNotAllowedFoundException ( string message ) : System

Initializes a new instance of the OctopusResourceNotFoundException class.

Method Details

OctopusMethodNotAllowedFoundException() public méthode

Initializes a new instance of the OctopusResourceNotFoundException class.
public OctopusMethodNotAllowedFoundException ( string message ) : System
message string The message.
Résultat System