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