This interface provides detailed information about the last parse error, including the error number, line number, character position, and a text description.
IXMLDOMParseError Methods
errorCode | Returns the error code of the last parse error. |
filepos | Contains the absolute file position where the error occurred. |
line | Specifies the line number that contains the error. |
linepos | Contains the character position within the line where the error occurred. |
reason | Explains the reason for the error. |
srcText | Returns the text of the line containing the error. |
url | Contains the URL of the XML document containing the last error. |
Interface Information
Implementation | Msxml.dll |
Inherits from | IDispatch |
Header and IDL files | Msxml.h, Xmldom.idl |
Minimum availability | Internet Explorer 5 |
Minimum operating systems | Windows 95, Windows NT 4.0 |