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