20 references to DistributedTxId
System.Transactions (20)
System\Transactions\CommittableTransaction.cs (2)
93
throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.
DistributedTxId
);
137
throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.
DistributedTxId
);
System\Transactions\DependentTransaction.cs (1)
62
throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.
DistributedTxId
);
System\Transactions\Transaction.cs (10)
724
throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.
DistributedTxId
);
782
throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.
DistributedTxId
);
907
throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.
DistributedTxId
);
958
throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.
DistributedTxId
);
997
throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.
DistributedTxId
);
1055
throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.
DistributedTxId
);
1198
throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.
DistributedTxId
);
1291
throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.
DistributedTxId
);
1352
throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.
DistributedTxId
);
1398
throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.
DistributedTxId
);
System\Transactions\TransactionInterop.cs (1)
57
throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), transaction.
DistributedTxId
);
System\Transactions\TransactionScope.cs (6)
656
SR.GetString(SR.TransactionScopeInvalidNesting), null, rollbackTransaction.
DistributedTxId
);
696
current == null ? Guid.Empty : current.
DistributedTxId
);
723
current == null ? Guid.Empty : current.
DistributedTxId
);
802
current == null ? Guid.Empty : current.
DistributedTxId
);
1276
newCurrent == null ? Guid.Empty : newCurrent.
DistributedTxId
);
1279
throw TransactionException.Create(SR.GetString(SR.TraceSourceBase), e.Message, e, newCurrent == null ? Guid.Empty : newCurrent.
DistributedTxId
);