Table of Contents

Class SemanticCacheException

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

Represents an error generated by the semantic cache.

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

Constructors

SemanticCacheException()

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

public SemanticCacheException()

SemanticCacheException(string?)

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

public SemanticCacheException(string? message)

Parameters

message string

A string that describes the error.

SemanticCacheException(string?, Exception?)

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

public SemanticCacheException(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.