Loads the XML document from the specified URL.
[Visual Basic] Overloads Overridable Public Sub Load( _ ByVal filename As String _ ) [C#] public virtual void Load( string filename ); [C++] public: virtual void Load( String* filename ); [JScript] public function Load( filename : String );
Exception Type | Condition |
---|---|
XmlException | A load or parse error in the XML. In this case, the document will remain empty. |
XmlDocument Class | XmlDocument Members | System.NewXml Namespace | XmlDocument.Load Overload List