Returns detailed information about the last parse error, including the error number, line number, character position, and a text description.
This interface inherits from IDispatch.
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. |
Implementation: Msxml.dll
Header and IDL files: Msxml.h, Xmldom.idl