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

An exception thrown when the Octopus Server supports a version of the API that is incompatible with this class library.
상속: OctopusException
파일 보기 프로젝트 열기: OctopusDeploy/OctopusClients

공개 메소드들

메소드 설명
UnsupportedApiVersionException ( string message ) : System

Initializes a new instance of the UnsupportedApiVersionException class.

메소드 상세

UnsupportedApiVersionException() 공개 메소드

Initializes a new instance of the UnsupportedApiVersionException class.
public UnsupportedApiVersionException ( string message ) : System
message string The message that describes the error.
리턴 System