C# Класс Cucumber.SimpleDb.SimpleDbException

Wrapper for exceptions that occur in the SimpleDb layer For explicit catch blocks when needed
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
SimpleDbException ( string message ) : System

Initializes a new instance of the Cucumber.SimpleDb.SimpleDbException class.

SimpleDbException ( string message, Exception inner ) : System

Initializes a new instance of the Cucumber.SimpleDb.SimpleDbException class.

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

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

Initializes a new instance of the Cucumber.SimpleDb.SimpleDbException class.
public SimpleDbException ( string message ) : System
message string Message.
Результат System

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

Initializes a new instance of the Cucumber.SimpleDb.SimpleDbException class.
public SimpleDbException ( string message, Exception inner ) : System
message string Message.
inner System.Exception Inner.
Результат System