Table of Contents

Class AccessDeniedException

Namespace
Tlabs.Identity
Assembly
Tlabs.Core.dll

Exception type that is thrown on denial of access.

public class AccessDeniedException : GeneralException, ISerializable
Inheritance
AccessDeniedException
Implements
Inherited Members
Extension Methods

Constructors

AccessDeniedException()

Default ctor

public AccessDeniedException()

AccessDeniedException(string)

Ctor from message

public AccessDeniedException(string message)

Parameters

message string

AccessDeniedException(string, Exception)

Ctor from message and inner exception.

public AccessDeniedException(string message, Exception innerException)

Parameters

message string
innerException Exception

Fields

TMPL_MSG

Message template.

public const string TMPL_MSG = "Access to {entity} from user '{user}' denied."

Field Value

string