2 references to CreateEncodingException
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (1)
401
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlExceptionHelper.
CreateEncodingException
(value, exception));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlExceptionHelper.cs (1)
274
return
CreateEncodingException
(new System.Text.UTF8Encoding(false, false).GetString(buffer, offset, count), exception);