Use the Throw Error component

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • Raise an exception during the automation process to indicate something incorrect has occurred by using the Throw Error component in RPA Desktop Design Studio.

    Avant de commencer

    Role required: none

    Pourquoi et quand exécuter cette tâche

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

    Procédure

    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. Facultatif : 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 name Purpose of connection Port type Data type
      Exception Type Specify the category of the occurred error.

      For example, Application.

      Data In String
      Message Provide 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 In String
      Figure 1. Throw Error component
      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.
    8. Facultatif : To test the component, click Run from the Design tab.
      Figure 2. Throw Error component result
      Output of the Throw Error component.