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

Inheritance: ParserException
Exibir arquivo Open project: benlaan/sqlformat

Public Methods

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

Method Details

UnknownTokenException() public method

public UnknownTokenException ( ) : System
return System

UnknownTokenException() public method

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

UnknownTokenException() public method

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