Class ConfigurationException
Exception thrown when a required field in a configuration class is missing.
Inheritance
ConfigurationException
Implements
Inherited Members
Namespace: CrashCABN.JsonSchema
Assembly: CrashCABN.JsonSchema.dll
Syntax
public class ConfigurationException : Exception, ISerializable
Constructors
View SourceConfigurationException()
Initializes a new instance of the ConfigurationException class.
Declaration
public ConfigurationException()
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. |
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. |