5 references to Overflow_UInt32
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (2)
306private static void ThrowUInt32OverflowException() { throw new OverflowException(SR.Overflow_UInt32); } 1197throw new OverflowException(SR.Overflow_UInt32);
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
854throw new OverflowException(SR.Overflow_UInt32);
src\libraries\System.Private.CoreLib\src\System\Guid.cs (1)
214throw new OverflowException(SR.Overflow_UInt32);
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
1267static string IBinaryIntegerParseAndFormatInfo<uint>.OverflowMessage => SR.Overflow_UInt32;