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

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

Méthodes publiques

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

Method Details

UnknownTokenException() public méthode

public UnknownTokenException ( ) : System
Résultat System

UnknownTokenException() public méthode

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

UnknownTokenException() public méthode

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