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