2 writes to includeDistributedTxIdInExceptionMessage
System.Transactions (2)
System\Transactions\Configuration\AppSettings.cs (2)
73
if (settings == null || !bool.TryParse(settings["Transactions:IncludeDistributedTransactionIdInExceptionMessage"], out
includeDistributedTxIdInExceptionMessage
))
75
includeDistributedTxIdInExceptionMessage
= false;
1 reference to includeDistributedTxIdInExceptionMessage
System.Transactions (1)
System\Transactions\Configuration\AppSettings.cs (1)
40
return
includeDistributedTxIdInExceptionMessage
;