C# Class Laan.Sql.Parser.Exceptions.ExpectedTokenNotFoundException

Inheritance: ParserException
Afficher le fichier Open project: benlaan/sqlformat

Méthodes publiques

Méthode Description
ExpectedTokenNotFoundException ( ) : System
ExpectedTokenNotFoundException ( string message ) : System
ExpectedTokenNotFoundException ( string message, Exception innerException ) : System

Private Methods

Méthode Description
ExpectedTokenNotFoundException ( string token, string foundToken, Position position ) : System

Method Details

ExpectedTokenNotFoundException() public méthode

public ExpectedTokenNotFoundException ( ) : System
Résultat System

ExpectedTokenNotFoundException() public méthode

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

ExpectedTokenNotFoundException() public méthode

public ExpectedTokenNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System