Microsoft XML 2.5 SDK


 

XMLDOMParseError Properties, Methods, and Events

[This is preliminary documentation and subject to change.]

Properties

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.

See Also

XMLDOMParseError Object