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

TransactionScopeInternalErrorTrace() private method

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