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

Inheritance: ParserException
Exibir arquivo Open project: benlaan/sqlformat

Public Methods

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

Method Details

ParserNotImplementedException() public method

public ParserNotImplementedException ( ) : System
return System

ParserNotImplementedException() public method

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

ParserNotImplementedException() public method

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