8 references to ArgumentOutOfRange_BadYearMonthDay
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Globalization\EastAsianLunisolarCalendar.cs (1)
258
throw new ArgumentOutOfRangeException(null, SR.
ArgumentOutOfRange_BadYearMonthDay
);
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendar.cs (1)
107
throw new ArgumentOutOfRangeException(null, SR.
ArgumentOutOfRange_BadYearMonthDay
);
src\libraries\System.Private.CoreLib\src\System\Globalization\HijriCalendar.cs (1)
413
throw new ArgumentOutOfRangeException(null, SR.
ArgumentOutOfRange_BadYearMonthDay
);
src\libraries\System.Private.CoreLib\src\System\Globalization\JulianCalendar.cs (1)
94
throw new ArgumentOutOfRangeException(null, SR.
ArgumentOutOfRange_BadYearMonthDay
);
src\libraries\System.Private.CoreLib\src\System\Globalization\PersianCalendar.cs (2)
62
throw new ArgumentOutOfRangeException(null, SR.
ArgumentOutOfRange_BadYearMonthDay
);
384
throw new ArgumentOutOfRangeException(null, SR.
ArgumentOutOfRange_BadYearMonthDay
);
src\libraries\System.Private.CoreLib\src\System\Globalization\UmAlQuraCalendar.cs (1)
591
throw new ArgumentOutOfRangeException(null, SR.
ArgumentOutOfRange_BadYearMonthDay
);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
224
throw new ArgumentOutOfRangeException(null, SR.
ArgumentOutOfRange_BadYearMonthDay
);