18 references to Argument_InvalidCharSequenceNoIndex
System.Private.CoreLib (18)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.Nls.cs (1)
124(unicode ? SR.Argument_InvalidCharSequenceNoIndex : SR.Argument_IdnBadPunycode),
src\libraries\System.Private.CoreLib\src\System\Globalization\Normalization.Icu.cs (4)
35throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex, nameof(strInput)); 75throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex, nameof(strInput)); 102throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex, nameof(strInput)); 131throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex, nameof(strInput));
src\libraries\System.Private.CoreLib\src\System\Globalization\Normalization.Nls.cs (2)
44throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex, nameof(strInput)); 123throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex, nameof(strInput));
src\libraries\System.Private.CoreLib\src\System\Text\DecoderFallback.cs (7)
127throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex); 134throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex); 150throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex); 182throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex); 189throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex); 199throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex); 241throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex);
src\libraries\System.Private.CoreLib\src\System\Text\DecoderReplacementFallback.cs (1)
59throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex, nameof(replacement));
src\libraries\System.Private.CoreLib\src\System\Text\EncoderFallback.cs (1)
285throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex);
src\libraries\System.Private.CoreLib\src\System\Text\EncoderReplacementFallback.cs (1)
59throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex, nameof(replacement));
src\libraries\System.Private.CoreLib\src\System\Text\UTF7Encoding.cs (1)
896throw new ArgumentException(SR.Argument_InvalidCharSequenceNoIndex);