Skip to content

Commit

Permalink
DNET-251
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Aug 22, 2017
1 parent 115d51b commit e083c5c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -211,6 +211,7 @@ public FbTransaction BeginTransaction(IsolationLevel level, string transactionNa
}
catch (IscException ex)
{
DisposeTransaction();
throw new FbException(ex.Message, ex);
}

Expand All @@ -233,6 +234,7 @@ public FbTransaction BeginTransaction(FbTransactionOptions options, string trans
}
catch (IscException ex)
{
DisposeTransaction();
throw new FbException(ex.Message, ex);
}

Expand Down

0 comments on commit e083c5c

Please sign in to comment.