13 references to Argument_IdnBadPunycode
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.cs (12)
158
throw new ArgumentException(SR.
Argument_IdnBadPunycode
, nameof(ascii));
185
throw new ArgumentException(SR.
Argument_IdnBadPunycode
, nameof(ascii));
518
throw new ArgumentException(SR.
Argument_IdnBadPunycode
, nameof(unicode));
782
throw new ArgumentException(SR.
Argument_IdnBadPunycode
, nameof(ascii));
797
throw new ArgumentException(SR.
Argument_IdnBadPunycode
, nameof(ascii));
832
throw new ArgumentException(SR.
Argument_IdnBadPunycode
, nameof(ascii));
839
throw new ArgumentException(SR.
Argument_IdnBadPunycode
, nameof(ascii));
847
throw new ArgumentException(SR.
Argument_IdnBadPunycode
, nameof(ascii));
858
throw new ArgumentException(SR.
Argument_IdnBadPunycode
, nameof(ascii));
864
throw new ArgumentException(SR.
Argument_IdnBadPunycode
, nameof(ascii));
879
throw new ArgumentException(SR.
Argument_IdnBadPunycode
, nameof(ascii));
971
throw new ArgumentException(SR.
Argument_IdnBadPunycode
, nameof(cp));
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.Nls.cs (1)
178
(unicode ? SR.Argument_InvalidCharSequenceNoIndex : SR.
Argument_IdnBadPunycode
),