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

TransactionExceptionLtm() private method

private TransactionExceptionLtm ( string type, string message, string innerExceptionStr ) : void
type string
message string
innerExceptionStr string
return void
        private void TransactionExceptionLtm(string type, string message, string innerExceptionStr)
        {
            WriteEvent(TRANSACTION_EXCEPTION_LTM_EVENTID, type, message, innerExceptionStr);
        }
        #endregion