XdmEditableDocument Constructor (XmlReader)XdmEditableDocument Constructor (XmlReader)XdmEditableDocument Constructor (XmlReader^)
- XmlPrime 2.4
- Other Versions ▼
            	Initializes a new instance of the XdmEditableDocumentXdmEditableDocumentXdmEditableDocument class from the XML data that is contained in 
            	the specified XmlReaderXmlReaderXmlReader object.
            
Syntax
Public Sub New ( _ xmlReader As System.Xml.XmlReader _ )
public XdmEditableDocument( System.Xml.XmlReader xmlReader )
public: XdmEditableDocument( System.Xml::XmlReader^ xmlReader )
Parameters
- xmlReader
- Type: System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader^ - The XmlReaderXmlReaderXmlReader from which to read the document. 
Exceptions
| Exception | Condition | 
| ArgumentNullExceptionArgumentNullExceptionArgumentNullException | xmlReader is nulla null reference (Nothingin Visual Basic)nullptr. | 
| LicenceExceptionLicenceExceptionLicenceException | This version of XmlPrime has expired. | 
| XmlExceptionXmlExceptionXmlException | An error was encountered in the XML data. | 
