I’m suffering from the same bug/usability issue as this user:
Unable to find the exception variable in Try Catch activity - Help / Studio - UiPath Community Forum
Since they changed the user interface, for nothing else than bothering the user, introducing new bugs, removing functionality and not adding anything new, the ability to choose the name of the exception variable and, more important, have an actual idea of where it is gone, has disappeared.
I wonder what kind of UI architect makes this kind of decision.
For most of the times I’ve already found out that the exception variable is “exception”.
Yet when you want to catch different kinds of exception in a try..catch block, when other then the general System.Exception, I have no way to find what this variable is:
With the System.Exception I can do a .ToString of the “exception” variable:
For the System.AggregateException, it doesn’t recognize the “exception” variable. It doesn’t complain in the visible Log Message “card”, yet inside the “Message” detail there’s an exclamation:
I even asked the integrated AI to generate this for me, to see if maybe it was able to find out what the name of the variable was. Guess what? It wrote “exception”, which, obviously, didn’t work.
End the end, we cannot see what the exception is complaining about; we had to remove the variable to string there in order to display/log an error.
This regression is so lame, as well as so many others with this unnecessary theme update, while many of the bugs and usability issues we reported as long as almost three years ago remains unaddressed.





