2 references to TRANSACTION_ABORTED_LTM_EVENTID
System.Transactions.Local (2)
System\Transactions\TransactionsEtwProvider.cs (2)
1321
[Event(
TRANSACTION_ABORTED_LTM_EVENTID
, Keywords = Keywords.TraceLtm, Level = EventLevel.Warning, Task = Tasks.Transaction, Opcode = Opcodes.Aborted, Message = "Transaction aborted LTM: transaction ID is {0}")]
1325
WriteEvent(
TRANSACTION_ABORTED_LTM_EVENTID
, transactionID);