5 references to ArgumentOutOfRange_GetByteCountOverflow
System.Text.Encoding.CodePages (5)
System\Text\DBCSCodePageEncoding.cs (1)
1122throw new ArgumentOutOfRangeException(nameof(charCount), SR.ArgumentOutOfRange_GetByteCountOverflow);
System\Text\GB18030Encoding.cs (1)
757throw new ArgumentOutOfRangeException(nameof(charCount), SR.ArgumentOutOfRange_GetByteCountOverflow);
System\Text\ISCIIEncoding.cs (1)
91throw new ArgumentOutOfRangeException(nameof(charCount), SR.ArgumentOutOfRange_GetByteCountOverflow);
System\Text\ISO2022Encoding.cs (1)
1739throw new ArgumentOutOfRangeException(nameof(charCount), SR.ArgumentOutOfRange_GetByteCountOverflow);
System\Text\SBCSCodePageEncoding.cs (1)
904throw new ArgumentOutOfRangeException(nameof(charCount), SR.ArgumentOutOfRange_GetByteCountOverflow);