3 references to XACT_E_NOTRANSACTION
System.Transactions (3)
System\Transactions\Oletx\OletxTransactionManager.cs (1)
862
if ( NativeMethods.
XACT_E_NOTRANSACTION
== comException.ErrorCode )
System\Transactions\TransactionInterop.cs (1)
609
if ( Oletx.NativeMethods.
XACT_E_NOTRANSACTION
!= ex.ErrorCode )
System\Transactions\TransactionScope.cs (1)
1271
if ( System.Transactions.Oletx.NativeMethods.
XACT_E_NOTRANSACTION
== e.ErrorCode )