Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TransactionStatePromotedNonMSDTCIndoubt.cs
Go to the documentation of this file.
1namespace System.Transactions;
2
4{
23
25 {
26 return TransactionStatus.InDoubt;
27 }
28
30 {
31 if (tx._innerException == null && tx.PromotedTransaction != null)
32 {
33 tx._innerException = tx.PromotedTransaction.InnerException;
34 }
36 }
37
42
47
52}
static string TransactionIndoubt
Definition SR.cs:56
static string TransactionAborted
Definition SR.cs:52
Definition SR.cs:7
virtual void InternalIndoubt(InternalEnlistment enlistment)
TransactionTraceIdentifier TransactionTraceId
static TransactionException Create(string message, Exception innerException)
static TransactionInDoubtException Create(TraceSourceType traceSource, string message, Exception innerException, Guid distributedTxId)
void TransactionInDoubt(TransactionTraceIdentifier transactionID)
static readonly TransactionsEtwProvider Log