Click or drag to resize

PolicyException Properties

The PolicyException type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalKey
The additional key information is used in situations where it is too simplistic to only allow one exception per policy/data object. The additional key is used when looking for an existing violation data object before creating a new one. Exceptions for "DataObjectQuery" policies always have the value "n/a". So does exceptions for "SQLQuery" policies that doesn’t utilize additional key information.
Public propertyDescription
The description is built using the template on the policy object (if available).
Public propertyId
Id of the CTRLPOLICYEXCEPTION data object. Is -1 if policies were evaluated with PersistExceptions = false.
Public propertyIsNew
Whether or not this is a new entry.
Public propertyPolicy
The policy which the exception is for.
Public propertyStatus
Public propertyViolatingObject
The data object that violates the policy.
Top
See Also