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

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

Méthodes publiques

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

Method Details

SyntaxException() public méthode

public SyntaxException ( ) : System
Résultat System

SyntaxException() public méthode

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

SyntaxException() public méthode

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