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

Inheritance: ParserException
Mostra file Open project: benlaan/sqlformat

Public Methods

Method Description
ExpectedTokenNotFoundException ( ) : System
ExpectedTokenNotFoundException ( string message ) : System
ExpectedTokenNotFoundException ( string message, Exception innerException ) : System

Private Methods

Method Description
ExpectedTokenNotFoundException ( string token, string foundToken, Position position ) : System

Method Details

ExpectedTokenNotFoundException() public method

public ExpectedTokenNotFoundException ( ) : System
return System

ExpectedTokenNotFoundException() public method

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

ExpectedTokenNotFoundException() public method

public ExpectedTokenNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System