Table of Contents

Class StorageException

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

Represents an error with accessing content.

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

Constructors

StorageException()

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

public StorageException()

StorageException(string?)

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

public StorageException(string? message)

Parameters

message string

A string that describes the error.

StorageException(string?, Exception?)

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

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