Show / Hide Table of Contents

Class KubernetesClientException

The exception that is thrown when there is a client exception

Inheritance
object
Exception
KubernetesClientException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: k8s.Exceptions
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
Type Name Description
string message
Exception inner

Implements

ISerializable
  • View Source
In this article
Back to top Generated by DocFX