C# Class k8s.Exceptions.KubernetesClientException

The exception that is thrown when there is a client exception
Inheritance: Exception
Afficher le fichier Open project: kubernetes-client/csharp

Méthodes publiques

Méthode Description
KubernetesClientException ( )
KubernetesClientException ( string message )
KubernetesClientException ( string message, Exception inner )

Method Details

KubernetesClientException() public méthode

KubernetesClientException() public méthode

public KubernetesClientException ( string message )
message string

KubernetesClientException() public méthode

public KubernetesClientException ( string message, Exception inner )
message string
inner Exception