Show TOC

Function documentationCatch Locate this document in the navigation structure

 

You use this action to exit the transaction exception state.

Features

When a transaction is in the exception state, the transaction skips all actions until the Catch action is reached, or until the transaction finishes.

You can link the following parameters to this action:

Parameter

Description

Type

DisableHandling

User-defined message

Boolean

Source

The action that is throwing the exception

String

ActionType

Type of the action that is throwing the exception

String

Message

Message the exception contains

String

ExceptionType

Type of exception thrown

String

ExceptionCaught

If an exception occurred, the value is true

Boolean

Succeeded

Value is always true

Boolean

See also:

Exception Handling for Actions