C# Class Octopus.Client.Exceptions.UnsupportedApiVersionException

An exception thrown when the Octopus Server supports a version of the API that is incompatible with this class library.
Inheritance: OctopusException
Afficher le fichier Open project: OctopusDeploy/OctopusClients

Méthodes publiques

Méthode Description
UnsupportedApiVersionException ( string message ) : System

Initializes a new instance of the UnsupportedApiVersionException class.

Method Details

UnsupportedApiVersionException() public méthode

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