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