SyncKnowledge::ReadXml Method

Reconstitutes the object from its XML representation.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
virtual void ReadXml(
	XmlReader^ reader
) sealed

Parameters

reader
Type: System.Xml::XmlReader
An XML reader stream that contains the XML representation of the object.

Implements

IXmlSerializable::ReadXml(XmlReader)

ExceptionCondition
ArgumentNullException

reader is a nullptr.

XmlException

There was a problem reading XML from reader.

Show: