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

Base class for all exceptions thrown by the Octopus client.
상속: System.Exception
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe 1 사용 예제들

보호된 메소드들

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

Initializes a new instance of the OctopusException class.

OctopusException ( int httpStatusCode, string message, Exception innerException ) : System

Initializes a new instance of the OctopusException class.

메소드 상세

OctopusException() 보호된 메소드

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

OctopusException() 보호된 메소드

Initializes a new instance of the OctopusException class.
protected OctopusException ( int httpStatusCode, string message, Exception innerException ) : System
httpStatusCode int The HTTP status code.
message string The message.
innerException System.Exception The inner exception.
리턴 System