15 references to Create
System.Transactions.Local (15)
System\Transactions\Oletx\OletxResourceManager.cs (4)
360throw TransactionException.Create(SR.ResourceManagerIdDoesNotMatchRecoveryInformation, null); 571throw TransactionException.Create(SR.InternalError, null); 613throw TransactionException.Create(SR.InternalError, null); 709throw TransactionException.Create(SR.InternalError, null);
System\Transactions\Oletx\OletxTransaction.cs (3)
159throw TransactionException.Create(SR.UnableToDeserializeTransactionInternalError, null); 555throw TransactionException.Create(SR.CannotGetTransactionIdentifier, null); 994throw TransactionException.Create(SR.TransactionAlreadyOver, comException);
System\Transactions\Oletx\OletxTransactionManager.cs (3)
586throw TransactionException.Create(SR.DtcTransactionManagerUnavailable, null); 593throw TransactionException.Create(SR.InternalError, null); 620throw TransactionException.Create(
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
103throw TransactionException.Create(SR.TooLate, null); 575throw TransactionException.Create(SR.TooLate, null);
System\Transactions\TransactionException.cs (2)
35return Create(SR.TransactionStateException, innerException); 113return Create(messagewithTxId, innerException);
System\Transactions\TransactionScope.cs (1)
860throw TransactionException.Create(SR.InternalError + SR.TransactionScopeTimerObjectInvalid, null);