3 references to XACT_E_ALREADYINPROGRESS
System.Transactions.Local (3)
System\Transactions\DtcProxyShim\OletxHelper.cs (1)
44
catch (COMException e) when (e.ErrorCode ==
XACT_E_ALREADYINPROGRESS
)
System\Transactions\Oletx\OletxTransaction.cs (2)
992
else if (comException.ErrorCode == OletxHelper.
XACT_E_ALREADYINPROGRESS
)
1060
if (comException.ErrorCode == OletxHelper.
XACT_E_ALREADYINPROGRESS
)