2 writes to syntaxException
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleConditionDialog.cs (2)
135
syntaxException
= null;
139
syntaxException
= ex;
4 references to syntaxException
System.Workflow.Activities (4)
Rules\Design\Dialogs\RuleConditionDialog.cs (4)
190
if (wasOKed &&
syntaxException
!= null)
193
DesignerHelpers.DisplayError(Messages.Error_ConditionParser + "\n" +
syntaxException
.Message, this.Text, this.serviceProvider);
194
if (
syntaxException
is RuleSyntaxException)
195
this.conditionTextBox.SelectionStart = ((RuleSyntaxException)
syntaxException
).Position;