3 references to Error_UnknownFieldOrProperty
System.Workflow.Activities (3)
Rules\Parser\Parser.cs (2)
1589throw new RuleSyntaxException(ErrorNumbers.Error_UnknownFieldOrProperty, message, namePosition); 1616throw new RuleSyntaxException(ErrorNumbers.Error_UnknownFieldOrProperty, message, namePosition);
Rules\RuleAttributes.cs (1)
155error = new ValidationError(message, ErrorNumbers.Error_UnknownFieldOrProperty);