I cannot use the Catch section in the Try - Catch activity

Hello,

Even though I selected the System.Exception option in the Throw activity, my flow does not go to the Catch section when it receives an error. I’m pretty sure I set the error types the same.

Hi,

Which mode did you run, debug or normal? If you ran it as debug mode, can you try to run it as normal mode (not debug mode)?
Or can you try to turn on ContinueOnException on ribbon menu? It doesn’t stop even if debug mode.

Regards,

1 Like

When I ran it in Run mode, I didn’t get any errors, but when I ran it in Debug mode, my process stopped. What is the reason for this? I usually do my tests in Debug mode.

I guess Try activity catches the exception. Can you check if there is any log from catches section in Output panel?

Regards,

1 Like

Try to add something inside double quotes
Any throw message which u want to throw
@tolgademir

1 Like

The problem was solved with this method, thank you.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.