Show / Hide Table of Contents

Class ConfigurationException

Exception thrown when a required field in a configuration class is missing.

Inheritance
object
Exception
ConfigurationException
SchemaViolationException
ConfigurationCasingException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: CrashCABN.JsonSchema
Assembly: CrashCABN.JsonSchema.dll
Syntax
public class ConfigurationException : Exception, ISerializable

Constructors

View Source

ConfigurationException()

Initializes a new instance of the ConfigurationException class.

Declaration
public ConfigurationException()
View Source

ConfigurationException(string)

Initializes a new instance of the ConfigurationException class.

Declaration
public ConfigurationException(string message)
Parameters
Type Name Description
string message

The message that describes the error.

View Source

ConfigurationException(string, Exception)

Initializes a new instance of the ConfigurationException class.

Declaration
public ConfigurationException(string message, Exception innerException)
Parameters
Type Name Description
string message

The message that describes the error.

Exception innerException

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

Implements

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