3 references to XACT_E_PROTOCOL
System.Transactions.Local (3)
System\Transactions\DtcProxyShim\Phase0Shim.cs (1)
33catch (COMException e) when (e.ErrorCode == OletxHelper.XACT_E_PROTOCOL)
System\Transactions\Oletx\OletxEnlistment.cs (1)
932else if (ex.ErrorCode == OletxHelper.XACT_E_PROTOCOL)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
274else if (OletxHelper.XACT_E_PROTOCOL == ex.ErrorCode)