public static void Trace(Guid enlistmentId, string reason)
        {
            ReasonRecordSchema extendedData = new ReasonRecordSchema(reason);

            TxTraceUtility.Trace(TraceEventType.Warning, 0xb0001, Microsoft.Transactions.SR.GetString("CreateTransactionFailure"), extendedData, null, enlistmentId, null);
        }
 public static void Trace(Guid enlistmentId, string reason)
 {
     ReasonRecordSchema extendedData = new ReasonRecordSchema(reason);
     TxTraceUtility.Trace(TraceEventType.Warning, 0xb0001, Microsoft.Transactions.SR.GetString("CreateTransactionFailure"), extendedData, null, enlistmentId, null);
 }