2 references to InvalidDate
System.Data.Common (2)
System\Data\Filter\ExpressionParser.cs (2)
1092
throw ExprException.
InvalidDate
(new string(text, _start, (_pos - 1) - _start));
1094
throw ExprException.
InvalidDate
(new string(text, _start, _pos - _start));