Table of Contents

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 string

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

Parameters

message string

A string that describes the error.

innerException Exception

The exception that is the cause of the current exception.