Hi Guys! Hope you found this video useful. Please like, share and subscribe to my channel. This will motivate me to create more good contents. Thanks!
@ashokdondapati76664 жыл бұрын
This is very helpful video Ma'am for exception handling....in real time scenario.....
@ARK5995A4 жыл бұрын
Thanks for detailed explanation. Subscribed.
@janipasha18622 жыл бұрын
Very Nice explanation madam
@eswargoda2546 Жыл бұрын
Crisp and clear ....
@preethipushparaj29153 жыл бұрын
Thanks for this informative video!! :)
@lavpalve90333 жыл бұрын
Thank you mam, It's a very helpful video.
@vijaypathawar Жыл бұрын
Great video
@SenthilKumar-sn5yl3 жыл бұрын
Nice and Clear explanation, can you post a video with all scenario of exception like a) try,catch, b)try catch finally, c) try finally, d) only finally,c e) with catch finally, only so we can know which are valid, i know we can try but it will be better for us to get corrected by you(expert) and reason for error.
@AMTheTinkerer4 жыл бұрын
This is a great video, but what happens if there is an unrecoverable error in your sequence defined in the Try Block? In that case, the workflow will throw an error and then try to recover. But the unrecoverable error will cause the recovery to fail! And this process will create an endless loop! (One way to test this is to add a Divide By Zero operation in the sequence) You might want to add a retry counter and terminate the workflow if the recovery fails for X number of times.
@vikkysharma4733 жыл бұрын
How and where to add retry counter
@AMTheTinkerer3 жыл бұрын
@@vikkysharma473 You have add a retry factor to the recovery. Let us say you have an unrecoverable error. The main Try block will throw and error, and control will pass to the Recovery steps. The Recovery steps must execute and try to recover only a few times. Example: If your password to FB has expired, the recovery steps will never succeed because your login sequence will forever fail unless you fix the password. Now, the Robot cannot fix the password. Therefore, you have to initialize a FailedAttempt Counter set to 1. The Recovery step must execute only if the FailedAttempt
@vikkysharma4733 жыл бұрын
Ok I will try this and update
@VinayKumar-gt9di2 жыл бұрын
Will selector exception is caught if we choose only one system exception in catch block.
@devendrabhardwaj1858 Жыл бұрын
We’ll explained 🎉
@devendrabhardwaj1858 Жыл бұрын
Please make one video on throw and re throw 😮
@kfsoon68684 жыл бұрын
I am moving from Automation Anywhere v11 to UIPath. Is there any similar way to AA command "Loop while window not exist" in UIPath?
@sirisak003 жыл бұрын
Hello, my uipath not have pop up windows of "Runtime execution error", so I can't find exception type, please advise
@papajohns59043 жыл бұрын
While using email automation, when the exception occurs, how to send an email ? I tried using send smtp activity but the email is not being sent even after the exception occurs.
@Neelnr Жыл бұрын
Super
@adityasrinivas2124 жыл бұрын
Hi Ma'am, Would Please provide more Real Time examples in next Videos?
@qualityassurancelab77644 жыл бұрын
Sure, I'll do
@adityasrinivas2124 жыл бұрын
@@qualityassurancelab7764 Thank you😊
@melvinjoy69373 жыл бұрын
What about the BussinessRuleException and ApplicationException
@santhoshp6809 Жыл бұрын
Mam how to handle MailKit.Security.SslHandShakeException