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

TransactionScopeInternalErrorTrace() 개인적인 메소드

private TransactionScopeInternalErrorTrace ( string error ) : void
error string
리턴 void
        private void TransactionScopeInternalErrorTrace(string error)
        {
            WriteEvent(TRANSACTIONSCOPE_INTERNAL_ERROR_EVENTID, error);
        }
        #endregion