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