2 references to InvalidDate
System.Data (2)
fx\src\data\System\Data\Filter\ExpressionParser.cs (2)
1023
throw ExprException.
InvalidDate
(new string(text, start, (pos - 1) - start));
1025
throw ExprException.
InvalidDate
(new string(text, start, pos - start));