6 instantiations of TransactionAbortedException
System.Transactions (5)
System\Transactions\TransactionException.cs (1)
181return new TransactionAbortedException(message,
System\Transactions\TransactionState.cs (4)
3817throw new TransactionAbortedException(tx.innerException, tx.DistributedTxId); 3822throw new TransactionAbortedException(tx.innerException, tx.DistributedTxId); 3849throw new TransactionAbortedException(tx.innerException, tx.DistributedTxId); 4972throw new TransactionAbortedException(tx.innerException, tx.DistributedTxId);
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
2469throw new TransactionAbortedException();
20 references to TransactionAbortedException
System.Runtime.DurableInstancing (1)
System\Runtime\TransactionHelper.cs (1)
36catch (TransactionAbortedException)
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
257catch (TransactionAbortedException ex)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (1)
172catch (TransactionAbortedException ex)
System.Transactions (17)
System\Transactions\Oletx\OleTxTransaction.cs (1)
423throw TransactionAbortedException.Create(SR.GetString(SR.TraceSourceOletx), SR.GetString(SR.TransactionAborted), realOletxTransaction.innerException, this.DistributedTxId);
System\Transactions\TransactionException.cs (3)
163internal static new TransactionAbortedException Create(string traceSource, string message, Exception innerException, Guid distributedTxId) 169return TransactionAbortedException.Create(traceSource, messagewithTxId, innerException); 172internal static new TransactionAbortedException Create(string traceSource, string message, Exception innerException)
System\Transactions\TransactionState.cs (11)
2241return TransactionAbortedException.Create( SR.GetString( SR.TraceSourceLtm), SR.GetString( SR.TransactionAborted ), tx.innerException, tx.DistributedTxId); 3781throw TransactionAbortedException.Create( SR.GetString( SR.TraceSourceLtm), SR.GetString(SR.TransactionAborted), tx.innerException, tx.DistributedTxId); 3787throw TransactionAbortedException.Create(SR.GetString(SR.TraceSourceLtm), SR.GetString(SR.TransactionAborted), tx.innerException, tx.DistributedTxId); 3793throw TransactionAbortedException.Create(SR.GetString(SR.TraceSourceLtm), SR.GetString(SR.TransactionAborted), tx.innerException, tx.DistributedTxId); 3843throw TransactionAbortedException.Create(SR.GetString(SR.TraceSourceLtm), SR.GetString(SR.TransactionAborted), tx.innerException, tx.DistributedTxId); 3855throw TransactionAbortedException.Create(SR.GetString(SR.TraceSourceLtm), SR.GetString(SR.TransactionAborted), tx.innerException, tx.DistributedTxId); 4933throw TransactionAbortedException.Create(SR.GetString(SR.TraceSourceLtm), SR.GetString(SR.TransactionAborted), tx.innerException, tx.DistributedTxId); 4938throw TransactionAbortedException.Create(SR.GetString(SR.TraceSourceLtm), SR.GetString(SR.TransactionAborted), tx.innerException, tx.DistributedTxId); 4943throw TransactionAbortedException.Create(SR.GetString(SR.TraceSourceLtm), SR.GetString(SR.TransactionAborted), tx.innerException, tx.DistributedTxId); 4967throw TransactionAbortedException.Create(SR.GetString(SR.TraceSourceLtm), SR.GetString(SR.TransactionAborted), tx.innerException, tx.DistributedTxId); 4977throw TransactionAbortedException.Create(SR.GetString(SR.TraceSourceLtm), SR.GetString(SR.TransactionAborted), tx.innerException, tx.DistributedTxId);
System\Transactions\VolatileEnlistmentMultiplexing.cs (2)
358catch ( TransactionAbortedException e ) 443catch ( TransactionAbortedException e )