C# Класс 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.
Наследование: OctopusException
Показать файл Открыть проект

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

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

Initializes a new instance of the OctopusResourceNotFoundException class.

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

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

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