4 references to Argument_BadFormatSpecifier
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\DateOnly.cs (1)
696
case ParseFailureKind.Argument_BadFormatSpecifier: throw new FormatException(SR.
Argument_BadFormatSpecifier
);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (2)
608
throw new FormatException(SR.
Argument_BadFormatSpecifier
);
632
throw new ArgumentOutOfRangeException("symbol", SR.
Argument_BadFormatSpecifier
);
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (1)
866
case ParseFailureKind.Argument_BadFormatSpecifier: throw new FormatException(SR.
Argument_BadFormatSpecifier
);