SyncKnowledge::ReadXml Method
Reconstitutes the object from its XML representation.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- reader
- Type: System.Xml::XmlReader
An XML reader stream that contains the XML representation of the object.
Implements
IXmlSerializable::ReadXml(XmlReader)| Exception | Condition |
|---|---|
| ArgumentNullException | reader is a nullptr. |
| XmlException | There was a problem reading XML from reader. |
Show: