Class NeonKubeException
Describes a cluster related related error.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public class NeonKubeException : Exception
Constructors
NeonKubeException()
Default constructor.
Declaration
public NeonKubeException()
NeonKubeException(string, Exception)
Constructs and instance with a message and an optional inner exception.
Declaration
public NeonKubeException(string message, Exception innerException = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message. |
Exception | innerException | The optional inner exception. |