14 references to XACT_E_TMNOTAVAILABLE
System.Transactions.Local (14)
System\Transactions\Oletx\OletxEnlistment.cs (7)
420
ex.ErrorCode == OletxHelper.
XACT_E_TMNOTAVAILABLE
)
499
ex.ErrorCode == OletxHelper.
XACT_E_TMNOTAVAILABLE
)
921
if ((ex.ErrorCode == OletxHelper.XACT_E_CONNECTION_DOWN || ex.ErrorCode == OletxHelper.
XACT_E_TMNOTAVAILABLE
) && etwLog.IsEnabled())
1003
ex.ErrorCode == OletxHelper.
XACT_E_TMNOTAVAILABLE
)
1058
ex.ErrorCode == OletxHelper.
XACT_E_TMNOTAVAILABLE
)
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 (3)
95
ex.ErrorCode == OletxHelper.
XACT_E_TMNOTAVAILABLE
)
117
comEx.ErrorCode == OletxHelper.
XACT_E_TMNOTAVAILABLE
)
178
ex.ErrorCode == OletxHelper.
XACT_E_TMNOTAVAILABLE
)
System\Transactions\Oletx\OletxTransactionManager.cs (1)
603
comException.ErrorCode == OletxHelper.
XACT_E_TMNOTAVAILABLE
)
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
)