5 references to OverflowException
PresentationCore (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_render.cs (1)
801
return new System.
OverflowException
(SR.Image_Overflow, exceptionForHR);
System.Data.Odbc (2)
Common\System\Data\Common\AdapterUtil.Odbc.cs (1)
410
e = new
OverflowException
(message, inner);
System\Data\Odbc\DbDataRecord.cs (1)
66
throw new
OverflowException
(innerException.Message, innerException);
System.Data.OleDb (1)
System\Data\Common\AdapterUtil.cs (1)
733
e = new
OverflowException
(message, inner);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
935
throw new
OverflowException
(SR.Overflow_Char, e);