Click to Rate and Give Feedback
MSDN
MSDN Library
XML
XML DOM Reference
 IXMLDOMParseError
Collapse All/Expand All Collapse All
IXMLDOMParseError
Windows Mobile SupportedWindows Embedded CE Supported
8/28/2008

Returns detailed information about the last parse error, including the error number, line number, character position, and a text description.

None.

The following table shows the properties for IXMLDOMParseError.

This interface inherits from IDispatch.

Property Description

errorCode

Contains the error code of the last parse error. Read-only.

filepos

Contains the absolute file position where the error occurred. Read-only.

line

Specifies the line number that contains the error. Read-only.

linepos

Contains the character position within the line where the error occurred. Read-only.

reason

Explains the reason for the error. Read-only.

srcText

Returns the full text of the line containing the error. Read-only.

url

Contains the URL of the XML document containing the last error. Read-only.

None.

Headermsxml2.h, msxml2.idl
Windows Embedded CEWindows CE .NET 4.0 and later
Windows MobileWindows Mobile Version 5.0 and later
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker