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