2 references to CreateEncodingException
System.Runtime.Serialization (2)
System\Xml\XmlConverter.cs (1)
397
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlExceptionHelper.
CreateEncodingException
(value, exception));
System\Xml\XmlExceptionHelper.cs (1)
278
return
CreateEncodingException
(new System.Text.UTF8Encoding(false, false).GetString(buffer, offset, count), exception);