parseError Property

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Returns IXMLDOMParseErrorthat contains information about the last parsing error.

Script Syntax

var objError = objXMLDOMDocument.parseError;

Remarks

Script Parameters

None.

Script Return Value

DOMParseError object. The errorObj parameter is always a valid object.

C/C++ Syntax

HRESULT get_parseError(
  IXMLDOMParseError** errorObj
);

Remarks

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

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:

DOMDocumentand IXMLDOMParseError.

See Also

Reference

XML DOM Properties