System.Transactions.TransactionsEtwProvider.ExceptionConsumedBase C# (CSharp) 메소드

ExceptionConsumedBase() 개인적인 메소드

private ExceptionConsumedBase ( string exceptionStr ) : void
exceptionStr string
리턴 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}")]