Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ ExceptionConsumed() [2/2]

void System.Transactions.TransactionsEtwProvider.ExceptionConsumed ( TraceSourceType traceSource,
Exception exception )
inlinepackage

Definition at line 577 of file TransactionsEtwProvider.cs.

578 {
579 if (IsEnabled(EventLevel.Verbose, EventKeywords.All))
580 {
581 if (traceSource == TraceSourceType.TraceSourceBase)
582 {
584 }
585 else
586 {
588 }
589 }
590 }

References System.exception, System.Transactions.TransactionsEtwProvider.ExceptionConsumedBase(), System.Transactions.TransactionsEtwProvider.ExceptionConsumedLtm(), and System.Diagnostics.Tracing.EventSource.IsEnabled().

Referenced by System.Transactions.TransactionStateDelegatedBase.EnterState(), System.Transactions.TransactionStateDelegatedNonMSDTC.EnterState(), System.Transactions.TransactionStatePromoted.EnterState(), System.Transactions.TransactionStatePromotedP0Wave.Phase0VolatilePrepareDone(), System.Transactions.TransactionStatePromoted.PromoteEnlistmentsAndOutcome(), System.Transactions.TransactionScope.Timeout(), and System.Transactions.TransactionStatePromotedBase.Timeout().