1 instantiation of TransactionManagerCommunicationException
System.Transactions.Local (1)
System\Transactions\TransactionException.cs (1)
302return new TransactionManagerCommunicationException(message, innerException);
11 references to TransactionManagerCommunicationException
netstandard (1)
netstandard.cs (1)
2191[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionManagerCommunicationException))]
System.Transactions (1)
System.Transactions.cs (1)
32[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionManagerCommunicationException))]
System.Transactions.Local (9)
System\Transactions\Oletx\DtcTransactionManager.cs (1)
67throw TransactionManagerCommunicationException.Create(SR.TransactionManagerCommunicationException, ex);
System\Transactions\Oletx\OletxResourceManager.cs (1)
301throw TransactionManagerCommunicationException.Create(SR.TraceSourceOletx, null);
System\Transactions\Oletx\OletxTransactionManager.cs (2)
605throw TransactionManagerCommunicationException.Create( 611throw TransactionManagerCommunicationException.Create(
System\Transactions\TransactionException.cs (2)
294internal static new TransactionManagerCommunicationException Create(string? message, Exception? innerException) 305internal static TransactionManagerCommunicationException Create(Exception? innerException)
System\Transactions\TransactionInterop.cs (3)
82throw TransactionManagerCommunicationException.Create(null, comException); 158throw TransactionManagerCommunicationException.Create(SR.TraceSourceOletx, comException); 540throw TransactionManagerCommunicationException.Create(SR.TraceSourceOletx, comException);