Show / Hide Table of Contents

Class KubeConfigException

The exception that is thrown when the kube config is invalid

Inheritance
object
Exception
KubeConfigException
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 KubeConfigException : Exception, ISerializable

Constructors

View Source

KubeConfigException()

Declaration
public KubeConfigException()
View Source

KubeConfigException(string)

Declaration
public KubeConfigException(string message)
Parameters
Type Name Description
string message
View Source

KubeConfigException(string, Exception)

Declaration
public KubeConfigException(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