Class ContentIdentifierException
- Namespace
- FoundationaLLM.Common.Exceptions
- Assembly
- FoundationaLLM.Common.dll
Represents an error with a configuration value.
public class ContentIdentifierException : Exception, ISerializable
- Inheritance
-
ContentIdentifierException
- Implements
- Inherited Members
- Extension Methods
Constructors
ContentIdentifierException()
Initializes a new instance of the ContentIdentifierException class with a default message.
public ContentIdentifierException()
ContentIdentifierException(string?)
Initializes a new instance of the ContentIdentifierException class with its message set to message
.
public ContentIdentifierException(string? message)
Parameters
message
stringA string that describes the error.
ContentIdentifierException(string?, Exception?)
Initializes a new instance of the ContentIdentifierException class with its message set to message
.
public ContentIdentifierException(string? message, Exception? innerException)