C# Class k8s.Exceptions.KubernetesClientException

The exception that is thrown when there is a client exception
Inheritance: Exception
显示文件 Open project: kubernetes-client/csharp

Public Methods

Method Description
KubernetesClientException ( )
KubernetesClientException ( string message )
KubernetesClientException ( string message, Exception inner )

Method Details

KubernetesClientException() public method

KubernetesClientException() public method

public KubernetesClientException ( string message )
message string

KubernetesClientException() public method

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