Table of Contents

Class ConfigurationValueException

Namespace
FoundationaLLM.Common.Exceptions
Assembly
FoundationaLLM.Common.dll

Represents an error with a configuration value.

public class ConfigurationValueException : Exception, ISerializable
Inheritance
ConfigurationValueException
Implements
Inherited Members
Extension Methods

Constructors

ConfigurationValueException()

Initializes a new instance of the ConfigurationValueException class with a default message.

public ConfigurationValueException()

ConfigurationValueException(string?)

Initializes a new instance of the ConfigurationValueException class with its message set to message.

public ConfigurationValueException(string? message)

Parameters

message string

A string that describes the error.

ConfigurationValueException(string?, Exception?)

Initializes a new instance of the ConfigurationValueException class with its message set to message.

public ConfigurationValueException(string? message, Exception? innerException)

Parameters

message string

A string that describes the error.

innerException Exception

The exception that is the cause of the current exception.