Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
Returns IXMLDOMParseErrorthat contains information about the last parsing error.
Script Syntax
Copy Code | |
---|---|
var objError = objXMLDOMDocument.parseError; |
Remarks
Script Parameters
None.
Script Return Value
DOMParseErrorobject. The errorObjparameter is always a valid object.
C/C++ Syntax
Copy Code | |
---|---|
HRESULT get_parseError( IXMLDOMParseError** errorObj ); |
Remarks
C/C++ Parameters
- errorObj
-
[out, retval] DOMParseErrorobject. The errorObjparameter is always a valid object.
C/C++ Return Values
- S_OK
-
Value returned if successful.
- E_INVALIDARG
-
Value returned if errorObjis Null.
Requirements
Header | msxml2.h, msxml2.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |
General Remarks
It returns IXMLDOMParseError.
This member is an extension of the World Wide Web Consortium (W3C) Document Object Model (DOM).
This property is read-only, and applies to the following objects and interfaces: