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

TransactionExceptionBase() 개인적인 메소드

private TransactionExceptionBase ( string type, string message, string innerExceptionStr ) : void
type string
message string
innerExceptionStr string
리턴 void
        private void TransactionExceptionBase(string type, string message, string innerExceptionStr)
        {
            WriteEvent(TRANSACTION_EXCEPTION_BASE_EVENTID, type, message, innerExceptionStr);
        }