Error & Exception Handling in UiPath| Try Catch Finally full explanation| Multiple Catches UiPath#38

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 26

  • @qualityassurancelab7764
    @qualityassurancelab7764  3 года назад +4

    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!

  • @ashokdondapati7666
    @ashokdondapati7666 3 года назад +2

    This is very helpful video Ma'am for exception handling....in real time scenario.....

  • @SenthilKumar-sn5yl
    @SenthilKumar-sn5yl 3 года назад

    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.

  • @eswargoda2546
    @eswargoda2546 Год назад

    Crisp and clear ....

  • @ARK5995A
    @ARK5995A 3 года назад +2

    Thanks for detailed explanation. Subscribed.

  • @VinayKumar-gt9di
    @VinayKumar-gt9di Год назад

    Will selector exception is caught if we choose only one system exception in catch block.

  • @AMTheTinkerer
    @AMTheTinkerer 3 года назад +3

    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.

    • @vikkysharma473
      @vikkysharma473 2 года назад

      How and where to add retry counter

    • @AMTheTinkerer
      @AMTheTinkerer 2 года назад

      @@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

    • @vikkysharma473
      @vikkysharma473 2 года назад +1

      Ok I will try this and update

  • @janipasha1862
    @janipasha1862 2 года назад

    Very Nice explanation madam

  • @preethipushparaj2915
    @preethipushparaj2915 3 года назад +1

    Thanks for this informative video!! :)

  • @kfsoon6868
    @kfsoon6868 3 года назад

    I am moving from Automation Anywhere v11 to UIPath.
    Is there any similar way to AA command "Loop while window not exist" in UIPath?

  • @sirisak00
    @sirisak00 3 года назад

    Hello, my uipath not have pop up windows of "Runtime execution error", so I can't find exception type, please advise

  • @lavpalve9033
    @lavpalve9033 2 года назад

    Thank you mam, It's a very helpful video.

  • @papajohns5904
    @papajohns5904 2 года назад

    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.

  • @vijaypathawar
    @vijaypathawar Год назад

    Great video

  • @devendrabhardwaj1858
    @devendrabhardwaj1858 8 месяцев назад

    Please make one video on throw and re throw 😮

  • @devendrabhardwaj1858
    @devendrabhardwaj1858 8 месяцев назад

    We’ll explained 🎉

  • @santhoshp6809
    @santhoshp6809 Год назад

    Mam how to handle MailKit.Security.SslHandShakeException

  • @adityasrinivas212
    @adityasrinivas212 3 года назад +2

    Hi Ma'am,
    Would Please provide more Real Time examples in next Videos?

  • @Neelnr
    @Neelnr Год назад

    Super

  • @melvinjoy6937
    @melvinjoy6937 3 года назад

    What about the BussinessRuleException and ApplicationException

  • @Joyful_Girl7
    @Joyful_Girl7 3 года назад

    How to work on webservices in uipath.
    Reply