4 instantiations of SqlTruncateException
System.Data (4)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (3)
2229
throw new
SqlTruncateException
();
2331
throw new
SqlTruncateException
();
2336
throw new
SqlTruncateException
();
fx\src\data\System\Data\SQLTypes\SQLUtility.cs (1)
135
SqlTruncateException fakeValue = new
SqlTruncateException
(message);
2 references to SqlTruncateException
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
1366
catch (
SqlTruncateException
) {
fx\src\data\System\Data\SQLTypes\SQLUtility.cs (1)
135
SqlTruncateException
fakeValue = new SqlTruncateException(message);