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