System.Transactions.TransactionException.IncludeDistributedTxId C# (CSharp) Method

IncludeDistributedTxId() static private method

static private IncludeDistributedTxId ( Guid distributedTxId ) : bool
distributedTxId Guid
return bool
        internal static bool IncludeDistributedTxId(Guid distributedTxId)
        {
            return (distributedTxId != Guid.Empty && AppSettings.IncludeDistributedTxIdInExceptionMessage);
        }