4 references to CreateEncodingException
System.Runtime.Serialization (4)
System\Xml\ValueHandle.cs (1)
800
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlExceptionHelper.
CreateEncodingException
(bytes, byteOffset, byteCount, exception));
System\Xml\XmlConverter.cs (3)
372
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlExceptionHelper.
CreateEncodingException
(buffer, offset, count, exception));
384
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlExceptionHelper.
CreateEncodingException
(buffer, offset, count, exception));
409
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlExceptionHelper.
CreateEncodingException
(buffer, offset, count, exception));