Class KubernetesClientException
The exception that is thrown when there is a client exception
Inheritance
KubernetesClientException
Assembly: KubernetesClient.dll
Syntax
public class KubernetesClientException : Exception, ISerializable
Constructors
View Source
KubernetesClientException()
Declaration
public KubernetesClientException()
View Source
KubernetesClientException(string)
Declaration
public KubernetesClientException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
View Source
KubernetesClientException(string, Exception)
Declaration
public KubernetesClientException(string message, Exception inner)
Parameters
Implements