15 references to DistributedTxId
System.Transactions (15)
System\Transactions\Oletx\OletxEnlistment.cs (10)
217
throw TransactionException.Create(SR.GetString(SR.TraceSourceOletx), SR.GetString(SR.OletxEnlistmentUnexpectedTransactionStatus), null, this.
DistributedTxId
);
878
throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.
DistributedTxId
);
924
throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.
DistributedTxId
);
939
throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.
DistributedTxId
);
1033
throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.
DistributedTxId
);
1159
throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.
DistributedTxId
);
1239
throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.
DistributedTxId
);
1314
throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.
DistributedTxId
);
1390
throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.
DistributedTxId
);
1447
throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.
DistributedTxId
);
System\Transactions\Oletx\OletxResourceManager.cs (1)
395
comException, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
System\Transactions\Oletx\OletxVolatileEnlistment.cs (4)
1505
throw TransactionException.CreateEnlistmentStateException( SR.GetString( SR.TraceSourceOletx ), null, this.
DistributedTxId
);
1552
throw TransactionException.CreateEnlistmentStateException( SR.GetString( SR.TraceSourceOletx ), null, this.
DistributedTxId
);
1651
throw TransactionException.CreateEnlistmentStateException( SR.GetString( SR.TraceSourceOletx ), null, this.
DistributedTxId
);
1714
SR.GetString( SR.VolEnlistNoRecoveryInfo), null, this.
DistributedTxId
);