5 references to Overflow_UInt32
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (2)
305
private static void ThrowUInt32OverflowException() { throw new OverflowException(SR.
Overflow_UInt32
); }
1196
throw new OverflowException(SR.
Overflow_UInt32
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
849
throw new OverflowException(SR.
Overflow_UInt32
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Guid.cs (1)
228
throw new OverflowException(SR.
Overflow_UInt32
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
1291
static string IBinaryIntegerParseAndFormatInfo<uint>.OverflowMessage => SR.
Overflow_UInt32
;