1 instantiation of TransactionManagerCommunicationException
System.Transactions (1)
System\Transactions\TransactionException.cs (1)
337return new TransactionManagerCommunicationException( message,
10 references to TransactionManagerCommunicationException
System.Transactions (10)
System\Transactions\Oletx\DTCTransactionManager.cs (1)
88throw TransactionManagerCommunicationException.Create(
System\Transactions\Oletx\OletxResourceManager.cs (1)
359throw TransactionManagerCommunicationException.Create( SR.GetString( SR.TraceSourceOletx), null );
System\Transactions\Oletx\OletxTransactionManager.cs (2)
843throw TransactionManagerCommunicationException.Create( 851throw TransactionManagerCommunicationException.Create(
System\Transactions\TransactionException.cs (3)
328internal static new TransactionManagerCommunicationException Create( string traceSource, string message, Exception innerException ) 341internal static TransactionManagerCommunicationException Create( string traceSource, Exception innerException ) 343return TransactionManagerCommunicationException.Create( traceSource, SR.GetString( SR.TransactionManagerCommunicationException ), innerException );
System\Transactions\TransactionInterop.cs (3)
146throw TransactionManagerCommunicationException.Create( SR.GetString( SR.TraceSourceOletx ), comException ); 265throw TransactionManagerCommunicationException.Create( SR.GetString( SR.TraceSourceOletx ), comException ); 499throw TransactionManagerCommunicationException.Create( SR.GetString( SR.TraceSourceOletx ), comException );