24 references to ThrowOverflowException
System.Private.CoreLib (24)
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
264
Number.
ThrowOverflowException
<char>();
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (8)
718
Number.
ThrowOverflowException
<byte>();
721
if (temp != (byte)temp) Number.
ThrowOverflowException
<byte>();
739
Number.
ThrowOverflowException
<sbyte>();
742
if (temp != (sbyte)temp) Number.
ThrowOverflowException
<sbyte>();
759
Number.
ThrowOverflowException
<short>();
762
if (temp != (short)temp) Number.
ThrowOverflowException
<short>();
834
Number.
ThrowOverflowException
<ushort>();
837
if (temp != (ushort)temp) Number.
ThrowOverflowException
<ushort>();
src\libraries\System.Private.CoreLib\src\System\Enum.cs (1)
958
Number.
ThrowOverflowException
<TUnderlying>();
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (1)
1073
ThrowOverflowException
<TInteger>();
src\libraries\System.Private.CoreLib\src\System\ParseNumbers.cs (12)
94
Number.
ThrowOverflowException
<long>();
185
Number.
ThrowOverflowException
<sbyte>();
190
Number.
ThrowOverflowException
<short>();
194
Number.
ThrowOverflowException
<int>();
228
Number.
ThrowOverflowException
<long>();
237
Number.
ThrowOverflowException
<long>();
255
Number.
ThrowOverflowException
<ulong>();
262
Number.
ThrowOverflowException
<ulong>();
289
Number.
ThrowOverflowException
<int>();
296
Number.
ThrowOverflowException
<int>();
314
Number.
ThrowOverflowException
<uint>();
321
Number.
ThrowOverflowException
<uint>();
src\libraries\System.Private.CoreLib\src\System\Version.cs (1)
454
Number.
ThrowOverflowException
<int>();