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

An exception thrown when there was a problem with the request (usually a HTTP 400).
상속: OctopusException
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

공개 메소드들

메소드 설명
OctopusValidationException ( int httpStatusCode, string message, ICollection errors ) : System

Initializes a new instance of the OctopusValidationException class.

OctopusValidationException ( string message, ICollection errors ) : System

Initializes a new instance of the OctopusValidationException class.

메소드 상세

OctopusValidationException() 공개 메소드

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

OctopusValidationException() 공개 메소드

Initializes a new instance of the OctopusValidationException class.
public OctopusValidationException ( string message, ICollection errors ) : System
message string The message.
errors ICollection The errors.
리턴 System