Table of Contents

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 string

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

Parameters

message string

A string that describes the error.

innerException Exception

The exception that is the cause of the current exception.