1 instantiation of SyntaxErrorException
System.Data.Common (1)
System\Data\Filter\FilterException.cs (1)
78
SyntaxErrorException e = new
SyntaxErrorException
(error);
4 references to SyntaxErrorException
netstandard (1)
netstandard.cs (1)
601
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
SyntaxErrorException
))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
258
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
SyntaxErrorException
))]
System.Data.Common (2)
System\Data\Filter\FilterException.cs (2)
76
private static
SyntaxErrorException
_Syntax(string error)
78
SyntaxErrorException
e = new SyntaxErrorException(error);