1 instantiation of SyntaxErrorException
System.Data (1)
fx\src\data\System\Data\Filter\FilterException.cs (1)
92SyntaxErrorException e = new SyntaxErrorException(error);
2 references to SyntaxErrorException
System.Data (2)
fx\src\data\System\Data\Filter\FilterException.cs (2)
91static private SyntaxErrorException _Syntax(string error) { 92SyntaxErrorException e = new SyntaxErrorException(error);