System.Transactions.TransactionsEtwProvider.TransactionScopeInternalError C# (CSharp) Method

TransactionScopeInternalError() private method

private TransactionScopeInternalError ( string error ) : void
error string
return void
        internal void TransactionScopeInternalError(string error)
        {
            if (IsEnabled(EventLevel.Critical, ALL_KEYWORDS))
            {
                TransactionScopeInternalErrorTrace(error);
            }
        }