2 references to XACT_E_NOTRANSACTION
System.Transactions.Local (2)
System\Transactions\Oletx\OletxTransactionManager.cs (1)
621
OletxHelper.
XACT_E_NOTRANSACTION
== comException.ErrorCode
System\Transactions\TransactionInterop.cs (1)
350
catch (COMException ex) when (ex.ErrorCode == OletxHelper.
XACT_E_NOTRANSACTION
)