Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Util.CuteMLParseException

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).
intThe character index into the original string where the error occurred.
intThe length of the text in the original string where the error occurred.