C# Класс DBreeze.Exceptions.TableNotOperableException

This is a specific Exception which will bring to DB is not opearable state, we need to analyze this type of exception separately, that's why extra class.
Наследование: System.Exception
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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