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);
            }
        }