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
Показать файл Открыть проект

Открытые методы

Метод Описание
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