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

◆ EnlistDurable() [2/2]

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

Reimplemented from System.Transactions.TransactionState.

Definition at line 53 of file TransactionStatePromotedNonMSDTCBase.cs.

54 {
55 throw new TransactionPromotionException(System.SR.Format(System.SR.PromoterTypeUnrecognized, tx._promoterType.ToString()), tx._innerException);
56 }
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().