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
stringA 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)