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