2 references to
System.Data.Common (2)
System\Data\Filter\FilterException.cs (2)
42
public EvaluateException(string? message, Exception? innerException) :
base
(message, innerException) { }
59
public SyntaxErrorException(string? message, Exception? innerException) :
base
(message, innerException) { }