C# Class Microsoft.Bek.Query.QueryParseException

Inheritance: QueryException
Show file Open project: AutomataDotNet/Automata

Public Properties

Property Type Description
line int
pos int

Public Methods

Method Description
QueryParseException ( ) : System
QueryParseException ( int line, int pos, System inner ) : System
QueryParseException ( int line, int pos, string msg ) : System
QueryParseException ( string message ) : System
QueryParseException ( string message, System inner ) : System

Method Details

QueryParseException() public method

public QueryParseException ( ) : System
return System

QueryParseException() public method

public QueryParseException ( int line, int pos, System inner ) : System
line int
pos int
inner System
return System

QueryParseException() public method

public QueryParseException ( int line, int pos, string msg ) : System
line int
pos int
msg string
return System

QueryParseException() public method

public QueryParseException ( string message ) : System
message string
return System

QueryParseException() public method

public QueryParseException ( string message, System inner ) : System
message string
inner System
return System

Property Details

line public property

public int line
return int

pos public property

public int pos
return int