1 instantiation of TransactionManagerCommunicationException
System.Transactions.Local (1)
System\Transactions\TransactionException.cs (1)
302
return 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)
67
throw
TransactionManagerCommunicationException
.Create(SR.TransactionManagerCommunicationException, ex);
System\Transactions\Oletx\OletxResourceManager.cs (1)
301
throw
TransactionManagerCommunicationException
.Create(SR.TraceSourceOletx, null);
System\Transactions\Oletx\OletxTransactionManager.cs (2)
605
throw
TransactionManagerCommunicationException
.Create(
611
throw
TransactionManagerCommunicationException
.Create(
System\Transactions\TransactionException.cs (2)
294
internal static new
TransactionManagerCommunicationException
Create(string? message, Exception? innerException)
305
internal static
TransactionManagerCommunicationException
Create(Exception? innerException)
System\Transactions\TransactionInterop.cs (3)
82
throw
TransactionManagerCommunicationException
.Create(null, comException);
158
throw
TransactionManagerCommunicationException
.Create(SR.TraceSourceOletx, comException);
540
throw
TransactionManagerCommunicationException
.Create(SR.TraceSourceOletx, comException);