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