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

◆ EnlistDurable() [1/2]

override Enlistment System.Transactions.TransactionStatePromotedNonMSDTCBase.EnlistDurable ( InternalTransaction tx,
Guid resourceManagerIdentifier,
IEnlistmentNotification enlistmentNotification,
EnlistmentOptions enlistmentOptions,
Transaction atomicTransaction )
inlinepackagevirtualinherited

Reimplemented from System.Transactions.TransactionState.

Definition at line 48 of file TransactionStatePromotedNonMSDTCBase.cs.

49 {
50 throw new TransactionPromotionException(System.SR.Format(System.SR.PromoterTypeUnrecognized, tx._promoterType.ToString()), tx._innerException);
51 }
static string PromoterTypeUnrecognized
Definition SR.cs:84
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7

References System.Transactions.InternalTransaction._innerException, System.Transactions.InternalTransaction._promoterType, System.SR.Format(), System.SR.PromoterTypeUnrecognized, and System.Guid.ToString().