4 references to SmallDateTimeOverflow
System.Data (4)
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
10074throw SQL.SmallDateTimeOverflow(dt.ToString()); 10659throw SQL.SmallDateTimeOverflow(MetaType.ToDateTime(dt.days, dt.time, 4).ToString(CultureInfo.InvariantCulture)); 10846throw SQL.SmallDateTimeOverflow(MetaType.ToDateTime(dt.days, dt.time, 4).ToString(CultureInfo.InvariantCulture)); 11017throw SQL.SmallDateTimeOverflow(dt.ToString());