8 references to DistributedTxId
System.Transactions.Local (8)
System\Transactions\Oletx\OletxDependentTransaction.cs (1)
46
throw TransactionException.CreateTransactionCompletedException(
DistributedTxId
);
System\Transactions\Oletx\OletxResourceManager.cs (1)
805
returnValue = OletxTransaction.
DistributedTxId
;
System\Transactions\Oletx\OletxTransaction.cs (6)
267
throw TransactionException.Create(SR.TooLate, null,
DistributedTxId
);
298
throw TransactionException.Create(SR.TooLate, null,
DistributedTxId
);
333
throw TransactionException.Create(SR.TooLate, null,
DistributedTxId
);
376
SR.TransactionAborted, RealOletxTransaction.InnerException,
DistributedTxId
);
381
SR.TransactionIndoubt, RealOletxTransaction.InnerException,
DistributedTxId
);
385
throw TransactionException.Create(SR.TransactionAlreadyOver, null,
DistributedTxId
);