Try error but not run catch?

I use Try catch activity.
But now try error but now work in Catch.

Please guide me about it.

Hi @fairymemay ,

Can you please explain a bit more about the above line.

Thanks

@fairymemay
It clearly states some variable is not initialized

Please follow the below link,

Hi,

If we run as debug mode, it will stop when exception occurs.
So, we can choose the following options.

  • Click Continue on ribbon menu. (Then it will flow to Catch state)
  • Just run (Not run debug)
  • Turn on “Continue on Exception” as the following before run debug.

Regards,