5 overrides of Aborted
System.Transactions (5)
System\Transactions\DurableEnlistmentState.cs (3)
245
internal override void
Aborted
( InternalEnlistment enlistment, Exception e )
335
internal override void
Aborted
( InternalEnlistment enlistment, Exception e )
386
internal override void
Aborted
( InternalEnlistment enlistment, Exception e )
System\Transactions\EnlistmentState.cs (1)
242
internal override void
Aborted
( InternalEnlistment enlistment, Exception e )
System\Transactions\VolatileEnlistmentState.cs (1)
466
internal override void
Aborted
( InternalEnlistment enlistment, Exception e )
2 references to Aborted
System.Transactions (2)
System\Transactions\SinglePhaseEnlistment.cs (2)
42
this.internalEnlistment.State.
Aborted
( this.internalEnlistment, null );
75
this.internalEnlistment.State.
Aborted
( this.internalEnlistment, e );