13 references to Argument_IdnBadPunycode
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.cs (12)
158throw new ArgumentException(SR.Argument_IdnBadPunycode, nameof(ascii)); 185throw new ArgumentException(SR.Argument_IdnBadPunycode, nameof(ascii)); 518throw new ArgumentException(SR.Argument_IdnBadPunycode, nameof(unicode)); 782throw new ArgumentException(SR.Argument_IdnBadPunycode, nameof(ascii)); 797throw new ArgumentException(SR.Argument_IdnBadPunycode, nameof(ascii)); 832throw new ArgumentException(SR.Argument_IdnBadPunycode, nameof(ascii)); 839throw new ArgumentException(SR.Argument_IdnBadPunycode, nameof(ascii)); 847throw new ArgumentException(SR.Argument_IdnBadPunycode, nameof(ascii)); 858throw new ArgumentException(SR.Argument_IdnBadPunycode, nameof(ascii)); 864throw new ArgumentException(SR.Argument_IdnBadPunycode, nameof(ascii)); 879throw new ArgumentException(SR.Argument_IdnBadPunycode, nameof(ascii)); 971throw 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),