3 references to Create
System.Transactions.Local (3)
System\Transactions\TransactionException.cs (1)
118
return
Create
(SR.TransactionStateException, innerException, distributedTxId);
System\Transactions\TransactionState.cs (2)
4230
throw TransactionInDoubtException.
Create
(SR.TransactionAborted, tx._innerException, tx.DistributedTxId);
4235
throw TransactionInDoubtException.
Create
(SR.TransactionAborted, tx._innerException, tx.DistributedTxId);