Click or drag to resize
ValidatorExecutionException Class
Processing container for validation exceptions
Inheritance Hierarchy

Namespace: FlexRule.Validation.Rules
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ValidatorExecutionException : ActiveElementException

The ValidatorExecutionException type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyErrorLine (Inherited from ActiveElementException.)
Public propertyLineNumber (Inherited from ActiveElementException.)
Public propertyLinePosition (Inherited from ActiveElementException.)
Public propertyLogicName
Current logic that exception has occurred
Public propertySourceLine (Inherited from ActiveElementException.)
Public propertyStack
Stack of calling logic in the context
Public propertyTag (Inherited from ActiveElementException.)
Public propertyUri (Inherited from ActiveElementException.)
Top
Extension Methods
See Also