So I am programming a robot that will try and catch an exception when a certain app freezes or became unresponsive in my case google chrome, what type of exception should I use? Also, I haven’t figured out what is the catch but I think it should close any open applications.
1 Like
will a system.exception catch that? tnx for the response man!
1 Like
First try with System.Exception in Catch, If it is not then you have to check, remove your Try Catch and check the Exception type so according to that you can give in Catch
Mark as solution if this helps
Thanks