Class ContentException
- Namespace
- FoundationaLLM.Common.Exceptions
- Assembly
- FoundationaLLM.Common.dll
Represents an error with accessing content.
public class ContentException : Exception, ISerializable
- Inheritance
-
ContentException
- Implements
- Inherited Members
- Extension Methods
Constructors
ContentException()
Initializes a new instance of the ContentException class with a default message.
public ContentException()
ContentException(string?)
Initializes a new instance of the ContentException class with its message set to message
.
public ContentException(string? message)
Parameters
message
stringA string that describes the error.
ContentException(string?, Exception?)
Initializes a new instance of the ContentException class with its message set to message
.
public ContentException(string? message, Exception? innerException)