19 references to Format_InvalidString
System.Private.CoreLib (19)
src\libraries\System.Private.CoreLib\src\System\DateOnly.cs (1)
768
_ => throw new FormatException(SR.
Format_InvalidString
),
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (11)
318
throw new FormatException(SR.
Format_InvalidString
);
524
throw new FormatException(SR.
Format_InvalidString
);
706
throw new FormatException(SR.
Format_InvalidString
);
730
throw new FormatException(SR.
Format_InvalidString
);
914
_ => throw new FormatException(SR.
Format_InvalidString
),
1163
throw new FormatException(SR.
Format_InvalidString
);
1189
throw new FormatException(SR.
Format_InvalidString
);
1232
throw new FormatException(SR.
Format_InvalidString
);
1261
throw new FormatException(SR.
Format_InvalidString
);
1299
throw new FormatException(SR.
Format_InvalidString
);
1768
throw new FormatException(SR.
Format_InvalidString
);
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanFormat.cs (3)
40
throw new FormatException(SR.
Format_InvalidString
);
72
throw new FormatException(SR.
Format_InvalidString
);
451
throw new FormatException(SR.
Format_InvalidString
);
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (1)
533
throw new FormatException(SR.
Format_InvalidString
);
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (1)
1059
SR.
Format_InvalidString
;
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
668
throw new FormatException(SR.
Format_InvalidString
);
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (1)
940
_ => throw new FormatException(SR.
Format_InvalidString
),