4 references to CreateEncodingException
System.Private.DataContractSerialization (4)
System\Xml\ValueHandle.cs (1)
787
throw XmlExceptionHelper.
CreateEncodingException
(bytes, byteOffset, byteCount, exception);
System\Xml\XmlConverter.cs (3)
343
throw XmlExceptionHelper.
CreateEncodingException
(buffer, offset, count, exception);
355
throw XmlExceptionHelper.
CreateEncodingException
(buffer, offset, count, exception);
380
throw XmlExceptionHelper.
CreateEncodingException
(buffer, offset, count, exception);