3 references to ArgumentOutOfRange_BadHourMinuteSecond
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\Calendar.cs (1)
671
throw new ArgumentOutOfRangeException(null, SR.
ArgumentOutOfRange_BadHourMinuteSecond
);
src\libraries\System.Private.CoreLib\src\System\Globalization\JulianCalendar.cs (1)
316
throw new ArgumentOutOfRangeException(null, SR.
ArgumentOutOfRange_BadHourMinuteSecond
);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
230
throw new ArgumentOutOfRangeException(null, SR.
ArgumentOutOfRange_BadHourMinuteSecond
);