8 references to DistributedTxId
System.Transactions (8)
System\Transactions\Oletx\OletxDependentTransaction.cs (1)
56throw TransactionException.CreateTransactionCompletedException( SR.GetString( SR.TraceSourceOletx ), this.DistributedTxId);
System\Transactions\Oletx\OletxResourceManager.cs (1)
1001returnValue = this.OletxTransaction.DistributedTxId;
System\Transactions\Oletx\OleTxTransaction.cs (6)
306SR.GetString(SR.TooLate), null, this.DistributedTxId); 342SR.GetString(SR.TooLate), null, this.DistributedTxId); 379SR.GetString( SR.TooLate ), null, this.DistributedTxId); 423throw TransactionAbortedException.Create(SR.GetString(SR.TraceSourceOletx), SR.GetString(SR.TransactionAborted), realOletxTransaction.innerException, this.DistributedTxId); 427throw TransactionInDoubtException.Create(SR.GetString(SR.TraceSourceOletx), SR.GetString(SR.TransactionIndoubt), realOletxTransaction.innerException, this.DistributedTxId); 431throw TransactionException.Create(SR.GetString(SR.TraceSourceOletx), SR.GetString(SR.TransactionAlreadyOver), null, this.DistributedTxId);