XMLParsingException

The exception type thrown when the XML parser encounters invalid XML.

Constructors

this
this(string msg, TextPos textPos, string file, size_t line)
Undocumented in source.

Members

Variables

pos
TextPos pos;

The position in the XML input where the problem is.

Meta