Constable Authorization Engine 2.0 BETA

ConstableException Class

[This is preliminary documentation and subject to change.]

The base class for all exceptions generated by the CAZE library.

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

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

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

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

ConstableException Members | LaMarvin.Constable Namespace