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