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