8 references to ArgumentOutOfRange_BadHourMinuteSecond
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\DateTimeOffset.cs (5)
150throw new ArgumentOutOfRangeException(null, SR.ArgumentOutOfRange_BadHourMinuteSecond); 172throw new ArgumentOutOfRangeException(null, SR.ArgumentOutOfRange_BadHourMinuteSecond); 194throw new ArgumentOutOfRangeException(null, SR.ArgumentOutOfRange_BadHourMinuteSecond); 255throw new ArgumentOutOfRangeException(nameof(microsecond), SR.ArgumentOutOfRange_BadHourMinuteSecond); 332throw new ArgumentOutOfRangeException(nameof(microsecond), SR.ArgumentOutOfRange_BadHourMinuteSecond);
src\libraries\System.Private.CoreLib\src\System\Globalization\Calendar.cs (1)
696throw new ArgumentOutOfRangeException(null, SR.ArgumentOutOfRange_BadHourMinuteSecond);
src\libraries\System.Private.CoreLib\src\System\Globalization\JulianCalendar.cs (1)
316throw new ArgumentOutOfRangeException(null, SR.ArgumentOutOfRange_BadHourMinuteSecond);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
236throw new ArgumentOutOfRangeException(null, SR.ArgumentOutOfRange_BadHourMinuteSecond);