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;
2634
tx.
_innerException
??= e;
3028
tx.
_innerException
= tx.PromotedTransaction.InnerException;
3211
tx.
_innerException
= tx.PromotedTransaction.InnerException;
3282
tx.
_innerException
= e;
3384
tx.
_innerException
??= e;
3496
tx.
_innerException
??= e;
3585
tx.
_innerException
??= e;
3886
tx.
_innerException
??= e;
4101
tx.
_innerException
= tx.PromotedTransaction.InnerException;
4213
tx.
_innerException
= tx.PromotedTransaction.InnerException;
4270
tx.
_innerException
= e;
4305
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);
2622
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2628
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2713
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2719
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2725
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2883
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2889
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
2968
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
2974
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
2980
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
3004
throw new TransactionAbortedException(tx.
_innerException
, tx.DistributedTxId);
3009
throw new TransactionAbortedException(tx.
_innerException
, tx.DistributedTxId);
3026
if ((null == tx.
_innerException
) && (null != tx.PromotedTransaction))
3030
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
3036
throw new TransactionAbortedException(tx.
_innerException
, tx.DistributedTxId);
3042
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
3182
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
3187
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
3209
if ((null == tx.
_innerException
) && (null != tx.PromotedTransaction))
3213
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
3219
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
3225
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
3464
tx.
_innerException
);
3476
tx.
_innerException
);
3577
tx.
_innerException
);
3683
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
3779
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
3863
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
3869
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
3988
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
3993
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
4069
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
4074
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
4079
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
4099
if ((null == tx.
_innerException
) && (null != tx.PromotedTransaction))
4103
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
4108
throw new TransactionAbortedException(tx.
_innerException
, tx.DistributedTxId);
4113
throw TransactionAbortedException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
4201
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
4206
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
4211
if ((null == tx.
_innerException
) && (null != tx.PromotedTransaction))
4215
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
4220
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
4225
throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx.
_innerException
, tx.DistributedTxId);
4230
throw TransactionInDoubtException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
4235
throw TransactionInDoubtException.Create(SR.TransactionAborted, tx.
_innerException
, tx.DistributedTxId);
4342
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
4529
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
4572
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
4672
throw TransactionException.CreateTransactionStateException(tx.
_innerException
, tx.DistributedTxId);
System\Transactions\VolatileEnlistmentState.cs (1)
337
if (enlistment.Transaction.
_innerException
== null)