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