17 references to XACT_E_CONNECTION_DOWN
System.Transactions.Local (17)
System\Transactions\Oletx\OletxEnlistment.cs (7)
419if (ex.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN || 498if (ex.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN || 921if ((ex.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN || ex.ErrorCode == OletxHelper.XACT_E_TMNOTAVAILABLE) && etwLog.IsEnabled()) 1002if (ex.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN || 1057if (ex.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN || 1115(ex.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN || ex.ErrorCode == OletxHelper.XACT_E_TMNOTAVAILABLE) && etwLog.IsEnabled()) 1165(ex.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN || ex.ErrorCode == OletxHelper.XACT_E_TMNOTAVAILABLE) && etwLog.IsEnabled())
System\Transactions\Oletx\OletxResourceManager.cs (6)
94if (ex.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN || 116if (comEx.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN || 177if (ex.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN || 373throw new COMException(SR.DtcTransactionManagerUnavailable, OletxHelper.XACT_E_CONNECTION_DOWN); 394catch (COMException ex) when (ex.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN) 641catch (COMException ex) when (ex.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN)
System\Transactions\Oletx\OletxTransactionManager.cs (1)
602if (comException.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN ||
System\Transactions\Oletx\OletxVolatileEnlistment.cs (3)
262if ((ex.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN || ex.ErrorCode == OletxHelper.XACT_E_TMNOTAVAILABLE) && etwLog.IsEnabled()) 661catch (COMException ex) when (ex.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN || ex.ErrorCode == OletxHelper.XACT_E_TMNOTAVAILABLE) 755catch (COMException ex) when (ex.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN || ex.ErrorCode == OletxHelper.XACT_E_TMNOTAVAILABLE)