Show TOC

Function documentationThrow

 

You use this action to put the transaction in an exception state, which causes all actions to be skipped until a Catch action or the end of the transaction is reached.

Features

You can link the following parameters to this action:

Parameter

Description

Type

Message

User-defined message, such as Exception Thrown

String

Enabled

If true, the system throws an exception

Boolean

Succeeded

Always true

Boolean

See also:

Exception Handling for Actions