Azavea.Open.DAO.Exceptions.UnableToCreateTransactionException.UnableToCreateTransactionException C# (CSharp) Method

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
        public UnableToCreateTransactionException(IConnectionDescriptor desc, Exception e)
            : base("Unable to begin a transaction.", desc, e)
        {
        }
UnableToCreateTransactionException