C# Class Microsoft.Bek.Query.QueryParseException

Inheritance: QueryException
Afficher le fichier Open project: AutomataDotNet/Automata

Méthodes publiques

Свойство Type Description
line int
pos int

Méthodes publiques

Méthode 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 méthode

public QueryParseException ( ) : System
Résultat System

QueryParseException() public méthode

public QueryParseException ( int line, int pos, System inner ) : System
line int
pos int
inner System
Résultat System

QueryParseException() public méthode

public QueryParseException ( int line, int pos, string msg ) : System
line int
pos int
msg string
Résultat System

QueryParseException() public méthode

public QueryParseException ( string message ) : System
message string
Résultat System

QueryParseException() public méthode

public QueryParseException ( string message, System inner ) : System
message string
inner System
Résultat System

Property Details

line public_oe property

public int line
Résultat int

pos public_oe property

public int pos
Résultat int