parseError Property (Windows CE 5.0)
Returns IXMLDOMParseError that contains information about the last parsing error.
[Script]
Script Syntax
var objError = objXMLDOMDocument.parseError;
Script Parameters
None.
Script Return Value
DOMParseError object. The errorObj parameter is always a valid object.
[C/C++]
C/C++ Syntax
HRESULT get_parseError(IXMLDOMParseError** errorObj);
C/C++ Parameters
- errorObj
[out, retval] DOMParseError object. The errorObj parameter is always a valid object.
C/C++ Return Values
- S_OK
Value returned if successful. - E_INVALIDARG
Value returned if errorObj is Null.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
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:
DOMDocument and IXMLDOMParseError
Send Feedback on this topic to the authors