Table of Contents

Class AuthorizationException

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

Represents an error generated by FoundationaLLM.Authoriztion resource provider.

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

Constructors

AuthorizationException()

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

public AuthorizationException()

AuthorizationException(string?)

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

public AuthorizationException(string? message)

Parameters

message string

A string that describes the error.

AuthorizationException(string?, Exception?)

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

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