Share via


errorCode Property (Windows CE 5.0)

Send Feedback

Contains the error code of the last parse error.

[Script]

Script Syntax

lValue=oXMLDOMParseError.errorCode;

Script Parameters

None.

Script Return Value

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

[C/C++]

C/C++ Syntax

HRESULT get_errorCode(long* errorCode);

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.

General Remarks

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

IXMLDOMParseError.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.