Advanced System.Transactions debugging
问题 Are there any tips, tricks or methods for obtaining profiling/logging/debug information on the runtime behaviour of System.Transactions.TransactionScope ? I have an application which is committing data to the database, even though I'm using System.Transactions.TransactionScope , where an exception is thrown and TransactionScope.Commit() is never called. I was wondering if there are events or details on other classes used by TransactionScope that I can query at runtime to establish whether my