Class ParseError
[Serializable]
public class ParseError
- Inheritance
-
ParseError
- Inherited Members
Constructors
ParseError()
public ParseError()
ParseError(string, int)
public ParseError(string message, int code)
Parameters
ParseError(string, int, ParseNode)
public ParseError(string message, int code, ParseNode node)
Parameters
ParseError(string, int, Token)
public ParseError(string message, int code, Token token)
Parameters
ParseError(string, int, string, int, int, int, int)
public ParseError(string message, int code, string file, int line, int col, int pos, int length)
Parameters
Properties
Code
public int Code { get; }
Property Value
Column
public int Column { get; }
Property Value
File
public string File { get; }
Property Value
Length
public int Length { get; }
Property Value
Line
public int Line { get; }
Property Value
Message
public string Message { get; }
Property Value
Position
public int Position { get; }