1 instantiation of SyntaxErrorException
System.Data.Common (1)
System\Data\Filter\FilterException.cs (1)
78SyntaxErrorException 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)
76private static SyntaxErrorException _Syntax(string error) 78SyntaxErrorException e = new SyntaxErrorException(error);