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
Mostra file Open project: OctopusDeploy/OctopusClients

Public Methods

Method Description
UnsupportedApiVersionException ( string message ) : System

Initializes a new instance of the UnsupportedApiVersionException class.

Method Details

UnsupportedApiVersionException() public method

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