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
Show file Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
OctopusMethodNotAllowedFoundException ( string message ) : System

Initializes a new instance of the OctopusResourceNotFoundException class.

Method Details

OctopusMethodNotAllowedFoundException() public method

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