Share via


errorCode Property

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Contains the error code of the last parse error.

Script Syntax

            lValue = oXMLDOMParseError.errorCode;

Remarks

Script Parameters

None.

Script Return Value

Long integer. Returns the error code in a decimal value.

C/C++ Syntax

HRESULT get_errorCode(
  long* errorCode
);

Remarks

C/C++ Parameters

  • errorCode
    [out, retval] Returns the error code in a decimal value.

C/C++ Return Values

  • S_OK
    Value returned if successful.
  • S_FALSE
    Value returned if no error occurred.

Requirements

Header msxml2.h, msxml2.idl
Windows Embedded CE Windows CE .NET 4.0 and later

General Remarks

This property is read-only, and applies to the following interface:

IXMLDOMParseError.