19 references to TransactionAborted
System.Transactions.Local (19)
System\Transactions\TransactionException.cs (6)
176
public TransactionAbortedException() : base(SR.
TransactionAborted
)
184
public TransactionAbortedException(string? message) : base(message ?? SR.
TransactionAborted
)
193
public TransactionAbortedException(string? message, Exception? innerException) : base(message ?? SR.
TransactionAborted
, innerException)
201
internal TransactionAbortedException(Exception? innerException) : base(SR.
TransactionAborted
, innerException)
207
SR.Format(SR.DistributedTxIDInTransactionException, SR.
TransactionAborted
, distributedTxId)
208
: SR.
TransactionAborted
, innerException)
System\Transactions\TransactionState.cs (13)
1498
return TransactionAbortedException.Create(SR.
TransactionAborted
, 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);
3030
throw TransactionAbortedException.Create(SR.
TransactionAborted
, tx._innerException, tx.DistributedTxId);
3042
throw TransactionAbortedException.Create(SR.
TransactionAborted
, 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);
4103
throw TransactionAbortedException.Create(SR.
TransactionAborted
, tx._innerException, tx.DistributedTxId);
4113
throw TransactionAbortedException.Create(SR.
TransactionAborted
, tx._innerException, tx.DistributedTxId);
4230
throw TransactionInDoubtException.Create(SR.
TransactionAborted
, tx._innerException, tx.DistributedTxId);
4235
throw TransactionInDoubtException.Create(SR.
TransactionAborted
, tx._innerException, tx.DistributedTxId);