| ExpressionEvalCompute Method (IVariableContainer, String, Boolean) |
Namespace: FlexRule.DynamicEvaluation
public abstract Object Compute( IVariableContainer variables, string expression, bool shortCircuit = true )
| Exception | Condition |
|---|---|
| ParserException | When parsing of expression is failed due to any reason that can be identified by ParserError |
| EvaluatorException | When evaluation of an expression fails that can be identifies by EvaluationError |