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

ExceptionConsumedLtm() private method

private ExceptionConsumedLtm ( string exceptionStr ) : void
exceptionStr string
return void
        private void ExceptionConsumedLtm(string exceptionStr)
        {
            WriteEvent(EXCEPTION_CONSUMED_LTM_EVENTID, exceptionStr);
        }
        #endregion