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

TransactionExceptionLtm() 개인적인 메소드

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