C# Class Azavea.Open.DAO.Exceptions.UnableToCreateTransactionException

This exception is thrown when we are unable to begin a transaction.
Inheritance: ExceptionWithConnectionInfo
Datei anzeigen Open project: azavea/net-dao

Public Methods

Method Description
UnableToCreateTransactionException ( IConnectionDescriptor desc, Exception e ) : System

Unable to begin a transaction against the database.

Method Details

UnableToCreateTransactionException() public method

Unable to begin a transaction against the database.
public UnableToCreateTransactionException ( IConnectionDescriptor desc, Exception e ) : System
desc IConnectionDescriptor Connection descriptor we were using to try to connect.
e System.Exception Exception that was thrown by the database driver.
return System