Sorry for confusion with Screenshot I shared. Actually Exceptions (like ApplicationNotFoundException) configured currently are not from “UiPath.UIAutomationNext.” parent they are from other exception parent group.
Current issue is that few exceptions which UiPath is throwing are not in list of Try block for e.g.
UiPath.UIAutomationNext.Exceptions.InvalidNodeException
UiPath.UIAutomationNext.Exceptions.ApplicationNotFoundException
UiPath.UIAutomationNext.Exceptions.UiAutomationException
So I am not able to use them in Try block and template stops there.