14 references to Create
System.Transactions.Local (14)
System\Transactions\Oletx\OletxEnlistment.cs (1)
168throw TransactionException.Create(
System\Transactions\Oletx\OletxResourceManager.cs (1)
319throw TransactionException.Create(
System\Transactions\Oletx\OletxTransaction.cs (9)
267throw TransactionException.Create(SR.TooLate, null, DistributedTxId); 298throw TransactionException.Create(SR.TooLate, null, DistributedTxId); 333throw TransactionException.Create(SR.TooLate, null, DistributedTxId); 380throw TransactionInDoubtException.Create( 385throw TransactionException.Create(SR.TransactionAlreadyOver, null, DistributedTxId); 609throw TransactionInDoubtException.Create(SR.TransactionIndoubt, null, DistributedTxId); 1014throw TransactionException.Create(SR.TransactionAlreadyOver, null, DistributedTxId); 1035throw TransactionException.Create(SR.TransactionAlreadyOver, null, DistributedTxId); 1072throw TransactionException.Create(SR.TransactionAlreadyOver, comException, DistributedTxId);
System\Transactions\TransactionException.cs (1)
118return Create(SR.TransactionStateException, innerException, distributedTxId);
System\Transactions\TransactionState.cs (2)
4227throw TransactionInDoubtException.Create(SR.TransactionAborted, tx._innerException, tx.DistributedTxId); 4232throw TransactionInDoubtException.Create(SR.TransactionAborted, tx._innerException, tx.DistributedTxId);