XdmEditableDocument Constructor (string, Stream)XdmEditableDocument Constructor (String, Stream)XdmEditableDocument Constructor (String^, Stream^)
- XmlPrime 2.4
- Other Versions ▼
Initializes a new instance of the XdmEditableDocumentXdmEditableDocumentXdmEditableDocument class from the XML data that is contained in
the specified StreamStreamStream object.
Syntax
Public Sub New ( _ uri As String, _ stream As System.IO.Stream _ )
public XdmEditableDocument( string uri, System.IO.Stream stream )
public: XdmEditableDocument( String^ uri, System.IO::Stream^ stream )
Parameters
- uri
Type: System.StringSystem.StringSystem::String^
The URI of the document.
- stream
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException | stream is null
a null reference (Nothing in Visual Basic)
nullptr . |
LicenceExceptionLicenceExceptionLicenceException | This version of XmlPrime has expired. |
XmlExceptionXmlExceptionXmlException | An error was encountered in the XML data. |