System.Transactions.TransactionsEtwProvider.ExceptionConsumedBase C# (CSharp) Method

ExceptionConsumedBase() private method

private ExceptionConsumedBase ( string exceptionStr ) : void
exceptionStr string
return void
        private void ExceptionConsumedBase(string exceptionStr)
        {
            WriteEvent(EXCEPTION_CONSUMED_BASE_EVENTID, exceptionStr);
        }
        [Event(EXCEPTION_CONSUMED_LTM_EVENTID, Keywords = Keywords.TraceLtm, Level = EventLevel.Verbose, Opcode = Opcodes.ExceptionConsumed, Message = "Exception consumed: {0}")]