2 references to CreateEncodingException
System.Private.DataContractSerialization (2)
System\Xml\XmlConverter.cs (1)
368
throw XmlExceptionHelper.
CreateEncodingException
(value, exception);
System\Xml\XmlExceptionHelper.cs (1)
316
return
CreateEncodingException
(new System.Text.UTF8Encoding(false, false).GetString(buffer, offset, count), exception);