C# Class Octopus.Client.Exceptions.OctopusResourceNotFoundException

An exception thrown when the Octopus Server responds with HTTP 404, such as when the specified resource does not exist on the server.
Inheritance: OctopusException
Mostra file Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
OctopusResourceNotFoundException ( string message ) : System

Initializes a new instance of the OctopusResourceNotFoundException class.

Method Details

OctopusResourceNotFoundException() public method

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