10 references to Argument_BadFormatSpecifier
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\DateOnly.cs (4)
367
throw new FormatException(SR.
Argument_BadFormatSpecifier
);
529
throw new FormatException(SR.
Argument_BadFormatSpecifier
);
610
throw new FormatException(SR.
Argument_BadFormatSpecifier
);
756
case ParseFailureKind.Argument_BadFormatSpecifier: throw new FormatException(SR.
Argument_BadFormatSpecifier
);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (2)
602
throw new FormatException(SR.
Argument_BadFormatSpecifier
);
638
throw new ArgumentOutOfRangeException("symbol", SR.
Argument_BadFormatSpecifier
);
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (4)
535
throw new FormatException(SR.
Argument_BadFormatSpecifier
);
698
throw new FormatException(SR.
Argument_BadFormatSpecifier
);
779
throw new FormatException(SR.
Argument_BadFormatSpecifier
);
925
case ParseFailureKind.Argument_BadFormatSpecifier: throw new FormatException(SR.
Argument_BadFormatSpecifier
);