4 instantiations of SqlTruncateException
System.Data.Common (4)
System\Data\SQLTypes\SQLDecimal.cs (3)
2290throw new SqlTruncateException(); 2392throw new SqlTruncateException(); 2398throw new SqlTruncateException();
System\Data\SQLTypes\SQLUtility.cs (1)
133SqlTruncateException fakeValue = new SqlTruncateException(message);
3 references to SqlTruncateException
netstandard (1)
netstandard.cs (1)
591[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlTruncateException))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
248[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlTruncateException))]
System.Data.Common (1)
System\Data\SQLTypes\SQLUtility.cs (1)
133SqlTruncateException fakeValue = new SqlTruncateException(message);