Class VersionException
Indicates a client or other version incompatiblity.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public class VersionException : Exception
Constructors
VersionException()
Default constructor.
Declaration
public VersionException()
VersionException(string, Exception)
Constructs and instance with a message and an optional inner exception.
Declaration
public VersionException(string message, Exception innerException = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message. |
Exception | innerException | The optional inner exception. |