How to return all Exceptions contents on project?

Hey folks,
I search for a simple way to extract all exception contents (All throws activities and message contents) that used on the project for documentation purposes.
Please help…

1 Like

@ahmad_sarrawi
in such case an option is to parse xaml xml and pulli it out triggered by certain tags and attributes
variation on this could be xslt / XQuery

@ahmad_sarrawi - you can try below
1 - open the project in Studio → Ctrl + F → in search window ( select all files (ctrl +2) → enter search text like exception → uipath search will perform the search in all files and display the files list along with the exception messages.

2 - Open Notepad ++ - > Ctrl + F → from the search window → select Find in Files tab → enter the search text like exception → choose the directory path as your project folder → Filter keep it . and click on FindAll… → it will search in all files and display the files list along with the exception messages.