Summary
Represents a parse error encountered by the
CuteML parser.
Constructors
CuteMLParseException(string message, int index, int length, int? firstIndex = null, Exception inner = null) |
Constructor. |
Instance properties
int? | |
The character index of an earlier position in the original string where the error started (e.g. the start of a tag
that is missing its end tag). |
int | | The character index into the original string where the error occurred. |
int | | The length of the text in the original string where the error occurred. |