1 instantiation of TransactionInDoubtException
System.Transactions (1)
System\Transactions\TransactionException.cs (1)
275
return new
TransactionInDoubtException
(message,
22 references to TransactionInDoubtException
System.Transactions (22)
System\Transactions\Oletx\OleTxTransaction.cs (2)
427
throw
TransactionInDoubtException
.Create(SR.GetString(SR.TraceSourceOletx), SR.GetString(SR.TransactionIndoubt), realOletxTransaction.innerException, this.DistributedTxId);
736
throw
TransactionInDoubtException
.Create( SR.GetString( SR.TraceSourceOletx ), SR.GetString(SR.TransactionIndoubt), null, this.DistributedTxId );
System\Transactions\TransactionException.cs (3)
257
internal static new
TransactionInDoubtException
Create(string traceSource, string message, Exception innerException, Guid distributedTxId)
263
return
TransactionInDoubtException
.Create(traceSource, messagewithTxId, innerException);
266
internal static new
TransactionInDoubtException
Create(string traceSource, string message, Exception innerException)
System\Transactions\TransactionState.cs (15)
2371
throw
TransactionInDoubtException
.Create( SR.GetString( SR.TraceSourceBase), SR.GetString(SR.TransactionIndoubt), tx.innerException, tx.DistributedTxId);
2377
throw
TransactionInDoubtException
.Create(SR.GetString(SR.TraceSourceBase), SR.GetString(SR.TransactionIndoubt), tx.innerException, tx.DistributedTxId);
2383
throw
TransactionInDoubtException
.Create(SR.GetString(SR.TraceSourceBase), SR.GetString(SR.TransactionIndoubt), tx.innerException, tx.DistributedTxId);
3999
throw
TransactionInDoubtException
.Create(SR.GetString(SR.TraceSourceBase), SR.GetString(SR.TransactionIndoubt), tx.innerException, tx.DistributedTxId);
4004
throw
TransactionInDoubtException
.Create(SR.GetString(SR.TraceSourceBase), SR.GetString(SR.TransactionIndoubt), tx.innerException, tx.DistributedTxId);
4030
throw
TransactionInDoubtException
.Create(SR.GetString(SR.TraceSourceBase), SR.GetString(SR.TransactionIndoubt), tx.innerException, tx.DistributedTxId);
4036
throw
TransactionInDoubtException
.Create(SR.GetString(SR.TraceSourceBase), SR.GetString(SR.TransactionIndoubt), tx.innerException, tx.DistributedTxId);
4042
throw
TransactionInDoubtException
.Create(SR.GetString(SR.TraceSourceBase), SR.GetString(SR.TransactionIndoubt), tx.innerException, tx.DistributedTxId);
5069
throw
TransactionInDoubtException
.Create(SR.GetString(SR.TraceSourceBase), SR.GetString(SR.TransactionIndoubt), tx.innerException, tx.DistributedTxId);
5074
throw
TransactionInDoubtException
.Create(SR.GetString(SR.TraceSourceBase), SR.GetString(SR.TransactionIndoubt), tx.innerException, tx.DistributedTxId);
5083
throw
TransactionInDoubtException
.Create(SR.GetString(SR.TraceSourceBase), SR.GetString(SR.TransactionIndoubt), tx.innerException, tx.DistributedTxId);
5088
throw
TransactionInDoubtException
.Create(SR.GetString(SR.TraceSourceBase), SR.GetString(SR.TransactionIndoubt), tx.innerException, tx.DistributedTxId);
5093
throw
TransactionInDoubtException
.Create(SR.GetString(SR.TraceSourceBase), SR.GetString(SR.TransactionIndoubt), tx.innerException, tx.DistributedTxId);
5098
throw
TransactionInDoubtException
.Create(SR.GetString(SR.TraceSourceLtm), SR.GetString(SR.TransactionAborted), tx.innerException, tx.DistributedTxId);
5103
throw
TransactionInDoubtException
.Create(SR.GetString(SR.TraceSourceLtm), SR.GetString(SR.TransactionAborted), tx.innerException, tx.DistributedTxId);
System\Transactions\VolatileEnlistmentMultiplexing.cs (2)
367
catch (
TransactionInDoubtException
e )
452
catch (
TransactionInDoubtException
e )