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