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
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

공개 메소드들

메소드 설명
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