XMLReaderException

From Xojo Documentation

Class (inherits from RuntimeException)

May occur when something goes wrong during the parsing of an XML file with XMLReader. Check the ErrorCode and Message properties of the RuntimeException class as well as the properties of this class for information about the error.

Properties
CurrentByteCount CurrentColumnNumber ErrorNumber
CurrentByteIndex CurrentLineNumber Message
Methods
Stack StackFrames

See Also

RuntimeException, XMLReader classes.