Click or drag to resize

PolicyCheckException Class

Model class for objects which are returned to the client when the SimulationHub encounters an exception during a policy check
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.PolicyCheckPolicyCheckException

Namespace:  Omada.OE.Solution.OIM.AppLogic.PolicyCheck
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class PolicyCheckException

The PolicyCheckException type exposes the following members.

Constructors
  NameDescription
Public methodPolicyCheckException
Top
Properties
  NameDescription
Public propertyErrorMessage
Custom error message to show to the end users
Public propertyIdentity
The identity the policycheck is for
Public propertyPolicyChecks
The policy and risk checks which where executed and failed Key: UId of Policy and risk check data object Value: UId of Policy and risk check data object
Public propertyResource
The requested resource
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also