System.Transactions.TransactionsEtwProvider.TransactionScopeInternalError C# (CSharp) Метод

TransactionScopeInternalError() приватный Метод

private TransactionScopeInternalError ( string error ) : void
error string
Результат void
        internal void TransactionScopeInternalError(string error)
        {
            if (IsEnabled(EventLevel.Critical, ALL_KEYWORDS))
            {
                TransactionScopeInternalErrorTrace(error);
            }
        }