IXMLDOMParseError
A version of this page is also available for
4/8/2010
Returns detailed information about the last parse error, including the error number, line number, character position, and a text description.
Methods
None.
Properties
The following table shows the properties for IXMLDOMParseError.
This interface inherits from IDispatch.
Property | Description |
---|---|
Contains the error code of the last parse error. Read-only. |
|
Contains the absolute file position where the error occurred. Read-only. |
|
Specifies the line number that contains the error. Read-only. |
|
Contains the character position within the line where the error occurred. Read-only. |
|
Explains the reason for the error. Read-only. |
|
Returns the full text of the line containing the error. Read-only. |
|
Contains the URL of the XML document containing the last error. Read-only. |
Events
None.
Requirements
Header | msxml2.h, msxml2.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |