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

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

Méthodes publiques

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

Method Details

FormatterNotImplementedException() public méthode

public FormatterNotImplementedException ( ) : System
Résultat System

FormatterNotImplementedException() public méthode

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

FormatterNotImplementedException() public méthode

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