[TIBCO.EMS .NET client library 5.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
This exception indicates that the transaction associated with
processing of the request is in progress
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public class TransactionInProgressException : EMSException |
Public Class TransactionInProgressException _ Inherits EMSException |
public ref class TransactionInProgressException : public EMSException |
Remarks
When a session uses an XA transaction manager, the XA resource must be the
location for all commit and rollback requests. Local commit or rollback calls
are not permitted, and throw this exception.
Inheritance Hierarchy
System..::.Object
System..::.Exception
TIBCO.EMS..::.EMSException
TIBCO.EMS..::.TransactionInProgressException
System..::.Exception
TIBCO.EMS..::.EMSException
TIBCO.EMS..::.TransactionInProgressException