Review the following graphics:
If the automation is executed and Notepad.exe is not running, which Log Message text value is contained in the Output panel?
Review the following graphics:
If the automation is executed and Notepad.exe is not running, which Log Message text value is contained in the Output panel?
If the automation is executed and Notepad.exe is not running, the Log Message text value contained in the Output panel will be 'ApplicationNotFoundException'. This is because the error handling defined in the 'Catches' section of the Try Catch activity specifically includes a catch for 'ApplicationNotFoundException', and this type of exception will be triggered if the specified application (Notepad.exe) is not found or cannot be started.
ApplicationNotFoundException
app exc , tested in studio
Tested in Bot