Constable Authorization Engine 2.0 BETA

PermissionDeniedException Class

[This is preliminary documentation and subject to change.]

The exception that is thrown by the ExecuteAction method when attempting to execute a disabled action.

For a list of all members of this type, see PermissionDeniedException Members.

System.Object
   System.Exception
      LaMarvin.Constable.ConstableException
         LaMarvin.Constable.PermissionDeniedException

[Visual Basic]
<Serializable>
Public Class PermissionDeniedException
    Inherits ConstableException
[C#]
[Serializable]
public class PermissionDeniedException : ConstableException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: LaMarvin.Constable

Assembly: LaMarvin.Constable (in LaMarvin.Constable.dll)

See Also

PermissionDeniedException Members | LaMarvin.Constable Namespace