CommitFailureHandler.RolledBack Method (DbTransaction, DbTransactionInterceptionContext)

 

Stops tracking the transaction that was rolled back.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public override void RolledBack(
	DbTransaction transaction,
	DbTransactionInterceptionContext interceptionContext
)

Parameters

transaction
Type: System.Data.Common.DbTransaction

The transaction that was rolled back.

interceptionContext
Type: System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext

The contextual information associated with the call.