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

◆ TransactionInformation

TransactionInformation System.Transactions.Transaction.TransactionInformation
getinherited

Definition at line 81 of file Transaction.cs.

82 {
83 get
84 {
85 TransactionsEtwProvider log = TransactionsEtwProvider.Log;
86 if (log.IsEnabled())
87 {
88 log.MethodEnter(TraceSourceType.TraceSourceLtm, this, "TransactionInformation");
89 }
90 if (Disposed)
91 {
92 throw new ObjectDisposedException("Transaction");
93 }
95 if (transactionInformation == null)
96 {
99 }
100 if (log.IsEnabled())
101 {
102 log.MethodExit(TraceSourceType.TraceSourceLtm, this, "TransactionInformation");
103 }
105 }
106 }
InternalTransaction _internalTransaction
TransactionInformation TransactionInformation