Class CustomResourceException
Thrown for an invalid custom resource.
Namespace: Neon.Kube.Resources
Assembly: Neon.Kube.Resources.dll
Syntax
public class CustomResourceException : Exception
Constructors
CustomResourceException()
Default constructor.
Declaration
public CustomResourceException()
CustomResourceException(string, Exception)
Constructs and instance with a message and an optional inner exception.
Declaration
public CustomResourceException(string message, Exception innerException = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message. |
Exception | innerException | The optional inner exception. |