[TIBCO.EMS .NET client library 6.3 documentation]

An attempt to commit a transaction resulted in rollback

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public class TransactionRolledBackException : EMSException
Public Class TransactionRolledBackException _
	Inherits EMSException
public ref class TransactionRolledBackException : public EMSException

Remarks

This exception indicates that the transaction associated with processing of the request has been rolled back, or it has been marked to roll back. As a result, the requested operation either could not be performed or was not performed because further computation on behalf of the transaction would have no effect.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    TIBCO.EMS..::.EMSException
      TIBCO.EMS..::.TransactionRolledBackException

See Also