Table of Contents

Class QuotaException

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

Represents an error generated by the FoundationaLLM quota management service.

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

Constructors

QuotaException()

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

public QuotaException()

QuotaException(string?)

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

public QuotaException(string? message)

Parameters

message string

A string that describes the error.

QuotaException(string?, Exception?)

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

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