Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Create() [2/4]

static new TransactionAbortedException System.Transactions.TransactionAbortedException.Create ( string message,
Exception innerException,
Guid distributedTxId )
inlinestaticpackage

Definition at line 10 of file TransactionAbortedException.cs.

11 {
12 string text = message;
13 if (TransactionException.IncludeDistributedTxId(distributedTxId))
14 {
16 }
17 return Create(text, innerException);
18 }
static string DistributedTxIDInTransactionException
Definition SR.cs:80
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7
static new TransactionAbortedException Create(string message, Exception innerException, Guid distributedTxId)

References System.Transactions.TransactionAbortedException.Create(), System.Runtime.Serialization.Dictionary, System.SR.DistributedTxIDInTransactionException, System.SR.Format(), System.Transactions.TransactionException.IncludeDistributedTxId(), and System.text.

Referenced by System.Transactions.TransactionStatePromotedAborted.BeginCommit(), System.Transactions.TransactionStatePromotedNonMSDTCAborted.BeginCommit(), System.Transactions.TransactionAbortedException.Create(), System.Transactions.TransactionStatePromotedAborted.CreateAbortingClone(), System.Transactions.TransactionStatePromotedNonMSDTCAborted.CreateAbortingClone(), System.Transactions.TransactionStatePromotedAborted.CreateBlockingClone(), System.Transactions.TransactionStatePromotedNonMSDTCAborted.CreateBlockingClone(), System.Transactions.TransactionStateAborted.CreateTransactionAbortedException(), System.Transactions.TransactionStatePromotedAborted.PromotedTransactionOutcome(), and System.Transactions.TransactionStatePromotedNonMSDTCAborted.PromotedTransactionOutcome().