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

TransactionExceptionBase() private method

private TransactionExceptionBase ( string type, string message, string innerExceptionStr ) : void
type string
message string
innerExceptionStr string
return void
        private void TransactionExceptionBase(string type, string message, string innerExceptionStr)
        {
            WriteEvent(TRANSACTION_EXCEPTION_BASE_EVENTID, type, message, innerExceptionStr);
        }