Class ParseError
Assembly: SoDataBase.dll
Syntax
public class ParseError : Object
Constructors
ParseError()
Declaration
ParseError(String, Int32)
Declaration
public ParseError(string message, int code)
Parameters
ParseError(String, Int32, ParseNode)
Declaration
public ParseError(string message, int code, ParseNode node)
Parameters
ParseError(String, Int32, Token)
Declaration
public ParseError(string message, int code, Token token)
Parameters
ParseError(String, Int32, String, Int32, Int32, Int32, Int32)
Declaration
public ParseError(string message, int code, string file, int line, int col, int pos, int length)
Parameters
Properties
Code
Declaration
Property Value
Column
Declaration
public int Column { get; }
Property Value
File
Declaration
public string File { get; }
Property Value
Length
Declaration
public int Length { get; }
Property Value
Line
Declaration
Property Value
Message
Declaration
public string Message { get; }
Property Value
Position
Declaration
public int Position { get; }
Property Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)