3 references to Argument_InvalidNativeDigitValue
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (3)
142
throw new ArgumentException(SR.
Argument_InvalidNativeDigitValue
, propertyName);
147
throw new ArgumentException(SR.
Argument_InvalidNativeDigitValue
, propertyName);
156
throw new ArgumentException(SR.
Argument_InvalidNativeDigitValue
, propertyName);