AccessDeniedException Constructor
Include Protected Members
Include Inherited Members
Constructs a new instance of the class by using various options.
Overload List
Name | Description | |
---|---|---|
AccessDeniedException() | Constructs a new instance of the class. | |
AccessDeniedException(String) | Constructs a new instance of the class with a message string. | |
AccessDeniedException(String, Exception) | Constructs a new instance of the class by using a message and the inner exception. | |
AccessDeniedException(Type, String, IExceptionHelper) | ||
AccessDeniedException(String, Type, String, IExceptionHelper) | ||
AccessDeniedException(String, Exception, Type, String, IExceptionHelper) |
Top