5 types derived from TransactionException
System.ServiceModel (1)
System\ServiceModel\Transactions\WsatConfiguration.cs (1)
23class TransactionManagerConfigurationException : TransactionException
System.Transactions (4)
System\Transactions\TransactionException.cs (4)
161public class TransactionAbortedException : TransactionException 255public class TransactionInDoubtException : TransactionException 326public class TransactionManagerCommunicationException : TransactionException 391public class TransactionPromotionException : TransactionException
3 instantiations of TransactionException
System.Transactions (3)
System\Transactions\TransactionException.cs (3)
27return new TransactionException( message, 109return new TransactionException(String.Format(SR.GetString(SR.DistributedTxIDInTransactionException), message, distributedTxId)); 111return new TransactionException(message);
212 references to TransactionException
System.Activities (3)
System\Activities\DurableInstancing\PersistenceIOParticipant.cs (1)
23[Fx.Tag.Throws(typeof(TransactionException), "The transaction associated with the operation has failed. The pipeline should be aborted.")]
System\Activities\Runtime\ActivityExecutor.cs (1)
4210catch (TransactionException exception)
System\Activities\RuntimeTransactionHandle.cs (1)
304[Fx.Tag.Throws(typeof(TransactionException), "The transaction for this property is in a state incompatible with TransactionScope.")]
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
156catch (TransactionException)
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
783catch (SysTx.TransactionException) {
System.Runtime.DurableInstancing (5)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (4)
1049catch (TransactionException) 1348catch (TransactionException) 1464catch (TransactionException) 1592catch (TransactionException)
System\Runtime\DurableInstancing\InstanceStore.cs (1)
66[Fx.Tag.Throws(typeof(TransactionException), "The transaction in use for the command failed.")]
System.ServiceModel (16)
System\ServiceModel\Channels\TransactionChannel.cs (2)
137catch (TransactionException e) 190catch (TransactionException e)
System\ServiceModel\Channels\TransactionFlowProperty.cs (1)
36catch (TransactionException e)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1752catch (TransactionException ex)
System\ServiceModel\Dispatcher\ListenerHandler.cs (2)
335catch (TransactionException ex) 346catch (TransactionException e)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (2)
95catch (TransactionException ex) 113catch (TransactionException ex)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (5)
208catch (TransactionException e) 263catch (TransactionException e) 596catch (TransactionException e) 795catch (TransactionException e) 814catch (TransactionException e)
System\ServiceModel\Transactions\WsatProxy.cs (3)
61catch (TransactionException e) 232catch (TransactionException e) 374catch (TransactionException e)
System.ServiceModel.Activities (13)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
244exception is TransactionException ||
System\ServiceModel\Activities\Dispatcher\TransactionContext.cs (6)
52TransactionException exception = this.GetAbortedOrInDoubtTransactionException(); 72catch (TransactionException) 88TransactionException exception = this.GetAbortedOrInDoubtTransactionException(); 94TransactionException GetAbortedOrInDoubtTransactionException() 100catch (TransactionException exception) 121catch (TransactionException)
System\ServiceModel\Activities\Dispatcher\TransactionWaitAsyncResult.cs (4)
25TransactionException exception = null; 142TransactionException CreateVolatileEnlistment(Transaction transactionToEnlist) 144TransactionException result = null; 165catch (TransactionException txException)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
2325public void OnTransactionAbortOrInDoubt(TransactionException exception)
System\ServiceModel\Activities\TransactedReceiveScope.cs (1)
300catch (System.Transactions.TransactionException ex)
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingUtilities.cs (1)
101catch (TransactionException transactionException)
System.Transactions (172)
System\Transactions\CommittableTransaction.cs (2)
93throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.DistributedTxId); 137throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.DistributedTxId);
System\Transactions\DependentTransaction.cs (1)
62throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.DistributedTxId);
System\Transactions\EnlistmentState.cs (15)
68throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceLtm), null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId); 74throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceLtm), null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId); 80throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceLtm), null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId); 86throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceLtm), null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId); 92throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceLtm), null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId); 98throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceLtm), null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId); 104throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceLtm), null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId); 111throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceLtm), null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId); 118throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceLtm), null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId); 125throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceLtm), null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId); 132throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceLtm), null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId); 139throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceLtm), null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId); 146throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceLtm), null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId); 153throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceLtm), null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId); 160throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceLtm), null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId);
System\Transactions\InternalTransaction.cs (1)
422TransactionException.CreateInvalidOperationException( SR.GetString( SR.TraceSourceLtm ),
System\Transactions\Oletx\OletxDependentTransaction.cs (1)
56throw TransactionException.CreateTransactionCompletedException( SR.GetString( SR.TraceSourceOletx ), this.DistributedTxId);
System\Transactions\Oletx\OletxEnlistment.cs (10)
217throw TransactionException.Create(SR.GetString(SR.TraceSourceOletx), SR.GetString(SR.OletxEnlistmentUnexpectedTransactionStatus), null, this.DistributedTxId); 878throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.DistributedTxId); 924throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.DistributedTxId); 939throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.DistributedTxId); 1033throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.DistributedTxId); 1159throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.DistributedTxId); 1239throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.DistributedTxId); 1314throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.DistributedTxId); 1390throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.DistributedTxId); 1447throw TransactionException.CreateEnlistmentStateException(SR.GetString(SR.TraceSourceOletx), null, this.DistributedTxId);
System\Transactions\Oletx\OletxResourceManager.cs (9)
134catch ( TransactionException ex ) 392throw TransactionException.Create( 480throw TransactionException.Create( SR.GetString( SR.TraceSourceOletx ), SR.GetString( SR.ResourceManagerIdDoesNotMatchRecoveryInformation ), null ); 655throw TransactionException.CreateInvalidOperationException( 728throw TransactionException.Create( SR.GetString( SR.TraceSourceOletx), SR.GetString( SR.InternalError ), null ); 774throw TransactionException.Create( SR.GetString( SR.TraceSourceOletx), SR.GetString( SR.InternalError ), null ); 893throw TransactionException.Create( SR.GetString( SR.TraceSourceOletx ), SR.GetString( SR.InternalError ), null ); 931throw TransactionException.CreateInvalidOperationException( 946throw TransactionException.CreateInvalidOperationException(
System\Transactions\Oletx\OleTxTransaction.cs (11)
181throw TransactionException.Create( SR.GetString( SR.TraceSourceOletx ), SR.GetString( SR.UnableToDeserializeTransactionInternalError ), null ); 305throw TransactionException.Create(SR.GetString(SR.TraceSourceOletx), 341throw TransactionException.Create(SR.GetString(SR.TraceSourceOletx), 378throw TransactionException.Create( SR.GetString( SR.TraceSourceOletx ), 431throw TransactionException.Create(SR.GetString(SR.TraceSourceOletx), SR.GetString(SR.TransactionAlreadyOver), null, this.DistributedTxId); 463catch ( TransactionException ex ) 641throw TransactionException.Create( SR.GetString( SR.TraceSourceOletx ), SR.GetString ( SR.CannotGetTransactionIdentifier ), null ); 1241throw TransactionException.Create( SR.GetString( SR.TraceSourceOletx ), SR.GetString( SR.TransactionAlreadyOver ), comException ); 1261throw TransactionException.Create( 1287throw TransactionException.Create( 1332throw TransactionException.Create( SR.GetString( SR.TraceSourceOletx ),
System\Transactions\Oletx\OletxTransactionManager.cs (5)
534throw TransactionException.Create( SR.GetString( SR.TraceSourceOletx ), SR.GetString( SR.UnableToGetNotificationShimFactory ), null ); 815throw TransactionException.Create( 825throw TransactionException.Create ( SR.GetString( SR.TraceSourceOletx ), SR.GetString( SR.InternalError ), null ); 864throw TransactionException.Create( 871throw TransactionException.Create(
System\Transactions\Oletx\OletxVolatileEnlistment.cs (8)
119throw TransactionException.Create( SR.GetString( SR.TraceSourceOletx ), 135throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceOletx ), null ); 636throw TransactionException.Create( SR.GetString( SR.TraceSourceOletx ), 653throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceOletx ), null ); 1505throw TransactionException.CreateEnlistmentStateException( SR.GetString( SR.TraceSourceOletx ), null, this.DistributedTxId ); 1552throw TransactionException.CreateEnlistmentStateException( SR.GetString( SR.TraceSourceOletx ), null, this.DistributedTxId ); 1651throw TransactionException.CreateEnlistmentStateException( SR.GetString( SR.TraceSourceOletx ), null, this.DistributedTxId ); 1713throw TransactionException.CreateInvalidOperationException( SR.GetString( SR.TraceSourceOletx ),
System\Transactions\Transaction.cs (10)
724throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.DistributedTxId); 782throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.DistributedTxId); 907throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.DistributedTxId); 958throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.DistributedTxId); 997throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.DistributedTxId); 1055throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.DistributedTxId); 1198throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.DistributedTxId); 1291throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.DistributedTxId); 1352throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.DistributedTxId); 1398throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), this.DistributedTxId);
System\Transactions\TransactionException.cs (8)
19internal static TransactionException Create( string traceSource, string message, Exception innerException ) 31internal static TransactionException CreateTransactionStateException( string traceSource, Exception innerException ) 33return TransactionException.Create( traceSource, SR.GetString( SR.TransactionStateException ), 105internal static TransactionException Create(string message, Guid distributedTxId) 114internal static TransactionException Create(string traceSource, string message, Exception innerException, Guid distributedTxId) 120return TransactionException.Create(traceSource, messagewithTxId, innerException); 123internal static TransactionException CreateTransactionStateException(string traceSource, Exception innerException, Guid distributedTxId) 125return TransactionException.Create(traceSource, SR.GetString(SR.TransactionStateException),
System\Transactions\TransactionInterop.cs (1)
57throw TransactionException.CreateTransactionCompletedException(SR.GetString(SR.TraceSourceLtm), transaction.DistributedTxId);
System\Transactions\TransactionScope.cs (12)
655throw TransactionException.CreateInvalidOperationException( SR.GetString( SR.TraceSourceBase ), 695exToThrow = TransactionException.CreateInvalidOperationException(SR.GetString(SR.TraceSourceBase), SR.GetString(SR.TransactionScopeIncorrectCurrent), null, 705catch ( TransactionException ) 722exToThrow = TransactionException.CreateInvalidOperationException( SR.GetString( SR.TraceSourceBase ), SR.GetString( SR.TransactionScopeInvalidNesting ), null, 748catch ( TransactionException ) 801exToThrow = TransactionException.CreateInvalidOperationException(SR.GetString(SR.TraceSourceBase), SR.GetString(SR.TransactionScopeIncorrectCurrent), null, 812catch ( TransactionException ) 958throw TransactionException.CreateInvalidOperationException( SR.GetString( SR.TraceSourceBase ), SR.GetString(SR.DisposeScope), null); 985throw TransactionException.Create( SR.GetString( SR.TraceSourceBase ), SR.GetString( SR.InternalError) + SR.GetString( SR.TransactionScopeTimerObjectInvalid ), null ); 1015catch ( TransactionException txEx ) 1273throw TransactionException.Create(SR.GetString(SR.TraceSourceBase), 1279throw TransactionException.Create(SR.GetString(SR.TraceSourceBase), e.Message, e, newCurrent == null ? Guid.Empty : newCurrent.DistributedTxId);
System\Transactions\TransactionState.cs (71)
788throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 796throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 802throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 814throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 826throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 837throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 848throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 878throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 884throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 895throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 911throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 917throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 1037throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 1044throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 1074throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 1079throw TransactionException.CreateTransactionStateException(SR.GetString(SR.TraceSourceLtm), tx.innerException, tx.DistributedTxId); 1091throw TransactionException.CreateTransactionStateException(SR.GetString(SR.TraceSourceLtm), tx.innerException, tx.DistributedTxId); 1098throw TransactionException.CreateTransactionStateException(SR.GetString(SR.TraceSourceLtm), tx.innerException, tx.DistributedTxId); 2239private TransactionException CreateTransactionAbortedException( InternalTransaction tx ) 2301throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 2365throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 2848catch ( TransactionException te ) 2923throw TransactionException.CreateInvalidOperationException( SR.GetString( SR.TraceSourceLtm ), 2968catch ( TransactionException te ) 3076catch ( TransactionException te ) 3107catch ( TransactionException te ) 3137catch ( TransactionException te ) 3185throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 3196catch ( TransactionException e ) 3253throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 3406throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 3412throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 3457throw TransactionException.Create(SR.GetString(SR.TooLate), tx == null ? Guid.Empty : tx.DistributedTxId); 3463throw TransactionException.Create(SR.GetString(SR.TooLate), tx == null ? Guid.Empty : tx.DistributedTxId); 3469throw TransactionException.Create(SR.GetString(SR.TooLate), tx == null ? Guid.Empty : tx.DistributedTxId); 3475throw TransactionException.Create(SR.GetString(SR.TooLate), tx == null ? Guid.Empty : tx.DistributedTxId); 3502throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 3508throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 3514throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 3633throw TransactionException.CreateInvalidOperationException( 3676throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 3682throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 4073throw TransactionException.CreateInvalidOperationException( SR.GetString( SR.TraceSourceLtm ), 4519throw TransactionException.CreateTransactionStateException(SR.GetString(SR.TraceSourceLtm), tx.innerException, tx.DistributedTxId); 4614throw TransactionException.CreateTransactionStateException(SR.GetString(SR.TraceSourceLtm), tx.innerException, tx.DistributedTxId); 4640throw TransactionException.Create(SR.GetString(SR.TooLate), tx == null ? Guid.Empty : tx.DistributedTxId); 4650throw TransactionException.Create(SR.GetString(SR.TooLate), tx == null ? Guid.Empty : tx.DistributedTxId); 4659throw TransactionException.Create(SR.GetString(SR.TooLate), tx == null ? Guid.Empty : tx.DistributedTxId); 4664throw TransactionException.Create(SR.GetString(SR.TooLate), tx == null ? Guid.Empty : tx.DistributedTxId); 4669throw TransactionException.Create(SR.GetString(SR.TooLate), tx == null ? Guid.Empty : tx.DistributedTxId); 4699throw TransactionException.CreateTransactionStateException(SR.GetString(SR.TraceSourceLtm), tx.innerException, tx.DistributedTxId); 4705throw TransactionException.CreateTransactionStateException(SR.GetString(SR.TraceSourceLtm), tx.innerException, tx.DistributedTxId); 4743throw TransactionException.Create(SR.GetString(SR.TooLate), tx == null ? Guid.Empty : tx.DistributedTxId); 4753throw TransactionException.Create(SR.GetString(SR.TooLate), tx == null ? Guid.Empty : tx.DistributedTxId); 4762throw TransactionException.Create(SR.GetString(SR.TooLate), tx == null ? Guid.Empty : tx.DistributedTxId); 4767throw TransactionException.Create(SR.GetString(SR.TooLate), tx == null ? Guid.Empty : tx.DistributedTxId); 4772throw TransactionException.Create(SR.GetString(SR.TooLate), tx == null ? Guid.Empty : tx.DistributedTxId); 4790throw TransactionException.CreateInvalidOperationException( 4827throw TransactionException.CreateTransactionStateException(SR.GetString(SR.TraceSourceLtm), tx.innerException, tx.DistributedTxId); 4832throw TransactionException.CreateTransactionStateException(SR.GetString(SR.TraceSourceLtm), tx.innerException, tx.DistributedTxId); 5211throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId); 5283throw TransactionException.CreateInvalidOperationException( 5300throw TransactionException.CreateInvalidOperationException( 5323throw TransactionException.CreateInvalidOperationException( 5350throw TransactionException.CreateInvalidOperationException( 5362throw TransactionException.CreateInvalidOperationException( 5399throw TransactionException.CreateTransactionStateException(SR.GetString(SR.TraceSourceLtm), tx.innerException, tx.DistributedTxId); 5404throw TransactionException.CreateInvalidOperationException( 5442throw TransactionException.CreateTransactionStateException(SR.GetString(SR.TraceSourceLtm), tx.innerException, tx.DistributedTxId); 5447throw TransactionException.CreateInvalidOperationException( 5551throw TransactionException.CreateTransactionStateException( SR.GetString( SR.TraceSourceLtm ), tx.innerException, tx.DistributedTxId);
System\Transactions\TransactionTable.cs (2)
256throw TransactionException.CreateInvalidOperationException( 470throw TransactionException.CreateInvalidOperationException(
System\Transactions\VolatileEnlistmentMultiplexing.cs (4)
128throw TransactionException.CreateInvalidOperationException( 188throw TransactionException.CreateInvalidOperationException( 248throw TransactionException.CreateInvalidOperationException( 308throw TransactionException.CreateInvalidOperationException(
System\Transactions\VolatileEnlistmentState.cs (1)
262throw TransactionException.CreateInvalidOperationException( SR.GetString( SR.TraceSourceLtm ),