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