4 references to CreateEncodingException
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
752throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlExceptionHelper.CreateEncodingException(bytes, byteOffset, byteCount, exception));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (3)
376throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlExceptionHelper.CreateEncodingException(buffer, offset, count, exception)); 388throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlExceptionHelper.CreateEncodingException(buffer, offset, count, exception)); 413throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlExceptionHelper.CreateEncodingException(buffer, offset, count, exception));