34 writes to _innerException
System.Transactions.Local (34)
System\Transactions\DurableEnlistmentState.cs (4)
120
enlistment.Transaction.
_innerException
??= e;
212
enlistment.Transaction.
_innerException
??= e;
249
enlistment.Transaction.
_innerException
??= e;
261
enlistment.Transaction.
_innerException
??= e;
System\Transactions\InternalTransaction.cs (1)
301
tx.
_innerException
= tx.PromotedTransaction.InnerException;
System\Transactions\TransactionState.cs (27)
700
tx.
_innerException
??= e;
843
tx.
_innerException
??= e;
1152
tx.
_innerException
??= e;
1226
tx.
_innerException
??= e;
1287
tx.
_innerException
??= e;
1331
tx.
_innerException
??= e;
1806
tx.
_innerException
??= e;
2064
tx.
_innerException
??= new TimeoutException(SR.TraceTransactionTimeout);
2198
tx.
_innerException
= te;
2309
tx.
_innerException
= te;
2338
tx.
_innerException
= te;
2368
tx.
_innerException
= te;
2429
tx.
_innerException
??= e;
2447
tx.
_innerException
??= e;
2560
tx.
_innerException
??= e;
2631
tx.
_innerException
??= e;
3025
tx.
_innerException
= tx.PromotedTransaction.InnerException;
3208
tx.
_innerException
= tx.PromotedTransaction.InnerException;
3279
tx.
_innerException
= e;
3381
tx.
_innerException
??= e;
3493
tx.
_innerException
??= e;
3582
tx.
_innerException
??= e;
3883
tx.
_innerException
??= e;
4098
tx.
_innerException
= tx.PromotedTransaction.InnerException;
4210
tx.
_innerException
= tx.PromotedTransaction.InnerException;
4267
tx.
_innerException
= e;
4302
tx.
_innerException
??= e;
System\Transactions\VolatileEnlistmentState.cs (2)
264
enlistment.Transaction.
_innerException
??= e;
341
enlistment.Transaction.
_innerException
= e;
79 references to _innerException
System.Transactions.Local (79)
System\Transactions\InternalTransaction.cs (2)
227
throw new TransactionPromotionException(SR.Format(SR.PromoterTypeUnrecognized, _promoterType.ToString()),
_innerException
);
298
if (null == tx.
_innerException
)
System\Transactions\TransactionState.cs (76)
180
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
187
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
192
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
203
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
214
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
224
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
234
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
260
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
265
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
275
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
289
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
294
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
412
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
418
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
445
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
450
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
461
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
468
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
1498
return TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
1557
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
1620
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
1626
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
1632
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
1638
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
2413
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2474
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2619
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2625
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2710
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2716
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2722
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2880
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2886
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2965
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
2971
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
2977
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
3001
throw new TransactionAbortedException(tx.
_innerException
, tx.DistributedTxId);
3006
throw new TransactionAbortedException(tx.
_innerException
, tx.DistributedTxId);
3023
if ((null == tx.
_innerException
) && (null != tx.PromotedTransaction))
3027
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
3033
throw new TransactionAbortedException(tx.
_innerException
, tx.DistributedTxId);
3039
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
3179
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
3184
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
3206
if ((null == tx.
_innerException
) && (null != tx.PromotedTransaction))
3210
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
3216
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
3222
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
3461
tx.
_innerException
);
3473
tx.
_innerException
);
3574
tx.
_innerException
);
3680
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
3776
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
3860
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
3866
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
3985
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
3990
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
4066
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
4071
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
4076
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
4096
if ((null == tx.
_innerException
) && (null != tx.PromotedTransaction))
4100
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
4105
throw new TransactionAbortedException(tx.
_innerException
, tx.DistributedTxId);
4110
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
4198
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
4203
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
4208
if ((null == tx.
_innerException
) && (null != tx.PromotedTransaction))
4212
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
4217
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
4222
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
4227
throw TransactionInDoubtException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
4232
throw TransactionInDoubtException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
4339
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
4526
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
4569
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
4669
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
System\Transactions\VolatileEnlistmentState.cs (1)
337
if (enlistment.Transaction.
_innerException
== null)