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