3 references to Argument_InvalidCharSequence
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.cs (3)
83throw new ArgumentException(SR.Format(SR.Argument_InvalidCharSequence, index + count - 1), nameof(unicode)); 204throw new ArgumentException(SR.Format(SR.Argument_InvalidCharSequence, unicode.Length - 1), nameof(unicode)); 232throw new ArgumentException(SR.Format(SR.Argument_InvalidCharSequence, i), nameof(unicode));