Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: EggsMLParseException(string, int, int, int?, Exception)

Declaration

public EggsMLParseException(
    string message,
    int index,
    int length,
    int? firstIndex = null,
    Exception inner = null
)

Summary

Constructor.

Parameters

stringmessage Message.
intindex The character index into the original string where the error occurred.
intlength The length of the text in the original string where the error occurred.
int?firstIndex 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).
Exceptioninner An inner exception to pass to the base Exception class.