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

Inheritance: ParserException
Datei anzeigen Open project: benlaan/sqlformat

Public Methods

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

Method Details

FormatterNotImplementedException() public method

public FormatterNotImplementedException ( ) : System
return System

FormatterNotImplementedException() public method

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

FormatterNotImplementedException() public method

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