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

Inheritance: ParserException
ファイルを表示 Open project: benlaan/sqlformat

Public Methods

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

Method Details

SyntaxException() public method

public SyntaxException ( ) : System
return System

SyntaxException() public method

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

SyntaxException() public method

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