Edit

AccessDeniedException Class

Definition

The exception thrown when the user could not get access to services.

[System.Serializable]
public class AccessDeniedException : Exception
[<System.Serializable>]
type AccessDeniedException = class
    inherit Exception
Public Class AccessDeniedException
Inherits Exception
Inheritance
AccessDeniedException
Derived
Attributes

Constructors

Name Description
AccessDeniedException(String)

Constructor for AccessDeniedException

Applies to