4 references to NotSupported_NoCodepageData
System.Text.Encoding.CodePages (4)
System\Text\BaseCodePageEncoding.cs (1)
255
throw new NotSupportedException(SR.Format(SR.
NotSupported_NoCodepageData
, CodePage));
System\Text\DBCSCodePageEncoding.cs (1)
99
throw new NotSupportedException(SR.Format(SR.
NotSupported_NoCodepageData
, CodePage));
System\Text\EncodingNLS.cs (1)
537
throw new NotSupportedException(SR.Format(SR.
NotSupported_NoCodepageData
, CodePage));
System\Text\SBCSCodePageEncoding.cs (1)
73
throw new NotSupportedException(SR.Format(SR.
NotSupported_NoCodepageData
, CodePage));