4 references to ArgumentOutOfRange_AddValue
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\DateOnly.cs (1)
131static void ThrowOutOfRange() => throw new ArgumentOutOfRangeException(nameof(value), SR.ArgumentOutOfRange_AddValue);
src\libraries\System.Private.CoreLib\src\System\DateTime.cs (1)
227private static void ThrowAddOutOfRange() => throw new ArgumentOutOfRangeException("value", SR.ArgumentOutOfRange_AddValue);
src\libraries\System.Private.CoreLib\src\System\Globalization\Calendar.cs (1)
155throw new ArgumentOutOfRangeException(nameof(value), value, SR.ArgumentOutOfRange_AddValue);
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (1)
575throw new ArgumentOutOfRangeException(nameof(months), months, SR.ArgumentOutOfRange_AddValue);