XdmDocument Constructor (string)XdmDocument Constructor (String)XdmDocument Constructor (String^)

Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data in the specified file.

Syntax

Public Sub New ( _
    uri As String _
)
public XdmDocument(
    string uri
)
public:
XdmDocument(
    String^ uri
)
 

Parameters

uri

Type: System.StringSystem.StringSystem::String^

The URI of the XML document.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionuri is null a null reference (Nothing in Visual Basic) nullptr.
LicenceExceptionLicenceExceptionLicenceExceptionThis version of XmlPrime has expired.
XmlExceptionXmlExceptionXmlExceptionAn error was encountered in the XML data.