8 references to Create
System.Transactions.Local (8)
System\Transactions\Oletx\DtcTransactionManager.cs (1)
67throw TransactionManagerCommunicationException.Create(SR.TransactionManagerCommunicationException, ex);
System\Transactions\Oletx\OletxResourceManager.cs (1)
301throw TransactionManagerCommunicationException.Create(SR.TraceSourceOletx, null);
System\Transactions\Oletx\OletxTransactionManager.cs (2)
605throw TransactionManagerCommunicationException.Create( 611throw TransactionManagerCommunicationException.Create(
System\Transactions\TransactionException.cs (1)
307return Create(SR.TransactionManagerCommunicationException, innerException);
System\Transactions\TransactionInterop.cs (3)
82throw TransactionManagerCommunicationException.Create(null, comException); 158throw TransactionManagerCommunicationException.Create(SR.TraceSourceOletx, comException); 540throw TransactionManagerCommunicationException.Create(SR.TraceSourceOletx, comException);