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