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