C# Class Cucumber.SimpleDb.SimpleDbException

Wrapper for exceptions that occur in the SimpleDb layer For explicit catch blocks when needed
Inheritance: System.Exception
Mostra file Open project: rexm/SimpleDb.Net

Public Methods

Method Description
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.

Method Details

SimpleDbException() public method

Initializes a new instance of the Cucumber.SimpleDb.SimpleDbException class.
public SimpleDbException ( string message ) : System
message string Message.
return System

SimpleDbException() public method

Initializes a new instance of the Cucumber.SimpleDb.SimpleDbException class.
public SimpleDbException ( string message, Exception inner ) : System
message string Message.
inner System.Exception Inner.
return System