Class AccessDeniedException
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
Fields
TMPL_MSG
Message template.
public const string TMPL_MSG = "Access to {entity} from user '{user}' denied."