C# Класс Laan.Sql.Parser.Exceptions.FormatterNotImplementedException

Наследование: ParserException
Показать файл Открыть проект

Открытые методы

Метод Описание
FormatterNotImplementedException ( ) : System
FormatterNotImplementedException ( string message ) : System
FormatterNotImplementedException ( string message, Exception innerException ) : System

Описание методов

FormatterNotImplementedException() публичный Метод

public FormatterNotImplementedException ( ) : System
Результат System

FormatterNotImplementedException() публичный Метод

public FormatterNotImplementedException ( string message ) : System
message string
Результат System

FormatterNotImplementedException() публичный Метод

public FormatterNotImplementedException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System