1 instantiation of TransactionManagerCommunicationException
System.Transactions.Local (1)
System\Transactions\TransactionException.cs (1)
302return new TransactionManagerCommunicationException(message, innerException);
4 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 (2)
System\Transactions\TransactionException.cs (2)
294internal static new TransactionManagerCommunicationException Create(string? message, Exception? innerException) 305internal static TransactionManagerCommunicationException Create(Exception? innerException)