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