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);
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);
3027
throw TransactionAbortedException.Create(SR.
TransactionAborted
, tx._innerException, tx.DistributedTxId);
3039
throw TransactionAbortedException.Create(SR.
TransactionAborted
, 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);
4100
throw TransactionAbortedException.Create(SR.
TransactionAborted
, tx._innerException, tx.DistributedTxId);
4110
throw TransactionAbortedException.Create(SR.
TransactionAborted
, tx._innerException, tx.DistributedTxId);
4227
throw TransactionInDoubtException.Create(SR.
TransactionAborted
, tx._innerException, tx.DistributedTxId);
4232
throw TransactionInDoubtException.Create(SR.
TransactionAborted
, tx._innerException, tx.DistributedTxId);