2 references to Format_NoFormatSpecifier
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
5220
return new FormatException(SR.
Format_NoFormatSpecifier
);
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (1)
513
throw new FormatException(SR.
Format_NoFormatSpecifier
);