Constable Authorization Engine 2.0 BETA

DuplicateAuthorizationRuleException Class

[This is preliminary documentation and subject to change.]

The exception that is thrown by an AuthorizationPolicy when attempting to add a duplicate authorization rule to the ActionRules or PropertyRules collections.

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

System.Object
   System.Exception
      LaMarvin.Constable.ConstableException
         LaMarvin.Constable.DuplicateAuthorizationRuleException

[Visual Basic]
<Serializable>
Public Class DuplicateAuthorizationRuleException
    Inherits ConstableException
[C#]
[Serializable]
public class DuplicateAuthorizationRuleException : 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

DuplicateAuthorizationRuleException Members | LaMarvin.Constable Namespace