[TIBCO.EMS .NET client library 5.1 documentation]

This exception indicates that the transaction associated with processing of the request is in progress

Namespace:  TIBCO.EMS
Assembly:  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

See Also