23 references to ThrowOverflowException
System.Private.CoreLib (23)
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
245
Number.
ThrowOverflowException
<char>();
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (8)
717
Number.
ThrowOverflowException
<byte>();
720
if (temp != (byte)temp) Number.
ThrowOverflowException
<byte>();
738
Number.
ThrowOverflowException
<sbyte>();
741
if (temp != (sbyte)temp) Number.
ThrowOverflowException
<sbyte>();
758
Number.
ThrowOverflowException
<short>();
761
if (temp != (short)temp) Number.
ThrowOverflowException
<short>();
833
Number.
ThrowOverflowException
<ushort>();
836
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)
1039
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>();