13 references to CreateTransactionCompletedException
System.Transactions.Local (13)
System\Transactions\CommittableTransaction.cs (2)
61throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 95throw TransactionException.CreateTransactionCompletedException(DistributedTxId);
System\Transactions\DependentTransaction.cs (1)
46throw TransactionException.CreateTransactionCompletedException(DistributedTxId);
System\Transactions\Transaction.cs (9)
497throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 545throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 632throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 671throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 702throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 750throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 912throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 959throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 997throw TransactionException.CreateTransactionCompletedException(DistributedTxId);
System\Transactions\TransactionInteropNonWindows.cs (1)
19throw TransactionException.CreateTransactionCompletedException(transaction.DistributedTxId);