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