C# 클래스 Octopus.Client.Exceptions.OctopusServerException

An exception thrown when the Octopus Server responds with HTTP 500 or any other error, indicating that there was a problem processing the request.
상속: OctopusException
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

공개 메소드들

메소드 설명
OctopusServerException ( int httpStatusCode, string message ) : System

Initializes a new instance of the OctopusServerException class.

메소드 상세

OctopusServerException() 공개 메소드

Initializes a new instance of the OctopusServerException class.
public OctopusServerException ( int httpStatusCode, string message ) : System
httpStatusCode int The HTTP status code.
message string The message.
리턴 System