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