Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Use the Throw Error component

Raise an exception during the automation process to indicate something incorrect has occurred by using the Throw Error component in RPA Desktop Design Studio.

Before you begin

Role required: none

About this task

You can configure the properties for the Throw Error component. For more information about these properties, see Properties of the General components.

Procedure

  1. In the Toolbox pane, navigate to General > Throw Error.

  2. Drag the Throw Error component to the Design surface.

  3. In the Toolbox pane, navigate to General > Try Catch.

  4. Drag the Try Catch component to the Design surface.

  5. In the Toolbox pane, navigate to General > MessageBox > Show.

  6. Drag the Show component to the Design surface.

  7. Connect the data and control ports of the Throw Error component to the corresponding ports of the other components as described in the following table and image.

Port namePurpose of connectionPort typeData type
Exception TypeSpecify the category of the occurred error.For example, Application.Data InString
MessageProvide a detailed description of the error, explaining the issue and the suggestion solution.For example, "There was an error loading the application. Please try again."Data InString
Image omitted: throw-error-comp-rpa-studio.png
The data and control ports of the Throw Error component connected to the corresponding ports of the other components - Try Catch and Show, on the Design surface.
  1. To test the component, click Run from the Design tab.
Image omitted: throw-error-comp-result-rpa-studio.png
Output of the Throw Error component.

Parent Topic:General