ResolvedDocument Constructor (IXPathNavigable)ResolvedDocument Constructor (IXPathNavigable)ResolvedDocument Constructor (IXPathNavigable^)

Initializes a new instance of the ResolvedDocumentResolvedDocumentResolvedDocument class.

Syntax

Public Sub New ( _
    document As System.Xml.XPath.IXPathNavigable _
)
public ResolvedDocument(
    System.Xml.XPath.IXPathNavigable document
)
public:
ResolvedDocument(
    System.Xml.XPath::IXPathNavigable^ document
)
 

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptiondocument is null a null reference (Nothing in Visual Basic) nullptr.