29 instantiations of RuleEvaluationException
System.Workflow.Activities (29)
Rules\Executor.cs (10)
68RuleEvaluationException exception = new RuleEvaluationException(message); 82RuleEvaluationException exception = new RuleEvaluationException(message); 116RuleEvaluationException exception = new RuleEvaluationException(message); 142RuleEvaluationException exception = new RuleEvaluationException(message); 710throw new RuleEvaluationException(error.ErrorText); 712throw new RuleEvaluationException( 732throw new RuleEvaluationException( 757throw new RuleEvaluationException(error.ErrorText); 759throw new RuleEvaluationException( 779throw new RuleEvaluationException(
Rules\Expressions.cs (18)
632exception = new RuleEvaluationException(message); 642exception = new RuleEvaluationException(message); 659RuleEvaluationException exception = new RuleEvaluationException(message); 666RuleEvaluationException exception = new RuleEvaluationException(message); 1015RuleEvaluationException exception = new RuleEvaluationException(message); 1226RuleEvaluationException exception = new RuleEvaluationException(message); 1527RuleEvaluationException exception = new RuleEvaluationException(message); 1639RuleEvaluationException exception = new RuleEvaluationException(message); 1662RuleEvaluationException exception = new RuleEvaluationException(message); 2181RuleEvaluationException exception = new RuleEvaluationException(message); 2505RuleEvaluationException exception = new RuleEvaluationException(message); 2568RuleEvaluationException exception = new RuleEvaluationException(message); 2576RuleEvaluationException exception = new RuleEvaluationException(message); 2817RuleEvaluationException exception = new RuleEvaluationException(message); 2847RuleEvaluationException exception = new RuleEvaluationException(message); 2855RuleEvaluationException exception = new RuleEvaluationException(message); 3158RuleEvaluationException exception = new RuleEvaluationException(message); 3457RuleEvaluationException exception = new RuleEvaluationException(message);
Rules\RuleValidation.cs (1)
745throw new RuleEvaluationException(message);
28 references to RuleEvaluationException
System.Workflow.Activities (28)
Rules\Executor.cs (4)
68RuleEvaluationException exception = new RuleEvaluationException(message); 82RuleEvaluationException exception = new RuleEvaluationException(message); 116RuleEvaluationException exception = new RuleEvaluationException(message); 142RuleEvaluationException exception = new RuleEvaluationException(message);
Rules\Expressions.cs (21)
520RuleEvaluationException exception; 659RuleEvaluationException exception = new RuleEvaluationException(message); 666RuleEvaluationException exception = new RuleEvaluationException(message); 1015RuleEvaluationException exception = new RuleEvaluationException(message); 1226RuleEvaluationException exception = new RuleEvaluationException(message); 1527RuleEvaluationException exception = new RuleEvaluationException(message); 1639RuleEvaluationException exception = new RuleEvaluationException(message); 1662RuleEvaluationException exception = new RuleEvaluationException(message); 2181RuleEvaluationException exception = new RuleEvaluationException(message); 2203RuleEvaluationException exception = new RuleEvaluationException(Messages.NullCastExpr); 2210RuleEvaluationException exception = new RuleEvaluationException(Messages.NullCastType); 2505RuleEvaluationException exception = new RuleEvaluationException(message); 2568RuleEvaluationException exception = new RuleEvaluationException(message); 2576RuleEvaluationException exception = new RuleEvaluationException(message); 2817RuleEvaluationException exception = new RuleEvaluationException(message); 2847RuleEvaluationException exception = new RuleEvaluationException(message); 2855RuleEvaluationException exception = new RuleEvaluationException(message); 3025RuleEvaluationException exception = new RuleEvaluationException(Messages.NullTypeType); 3158RuleEvaluationException exception = new RuleEvaluationException(message); 3383RuleEvaluationException exception = new RuleEvaluationException(Messages.NullTypeType); 3457RuleEvaluationException exception = new RuleEvaluationException(message);
Rules\Statements.cs (3)
76RuleEvaluationException exception = new RuleEvaluationException(Messages.InvokeStatementNull); 208RuleEvaluationException exception = new RuleEvaluationException(Messages.AssignRightNull); 214RuleEvaluationException exception = new RuleEvaluationException(Messages.AssignLeftNull);