Exception Handling - Part 2 | Use of TryCatch, Throw, Rethrow and Retry scope | UiPath

Поделиться
HTML-код
  • Опубликовано: 15 окт 2020
  • The video explains the usage of Try Catch block, when and how to use Throw, Rethrow and Retry Scope.
    Happy Learning!
    Please like, share and subscribe to my channel :)

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

  • @VinodSingh-bd9ux
    @VinodSingh-bd9ux Год назад

    So beautifully explained.!
    Thank you

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

    Great content. Explanation is quite simpler to understand to anyone. Appreciate for putting your time for making useful video.
    Keep it up Anmol 👍👍😊😊😊

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

      Thanks @hemant. Let me know your suggestions on any specific topic you want me to cover. 😊

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

      @@AutomatewithAnmol Possibly create a video on Enhanced RE Framework its bit of confusion for upcoming programmers.
      Also, glad to be the first one to comment 😊👍
      Keep it up Ms Evangelist and congratulations 😃🎇

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

      @@hemant0088 sure hemant, I'll try to cover enhanced reframework soon, it may take some time, but it'll be out soon.

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

    Great explanation 👍👏

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

    Nicely explained

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

    Thanks for this explanation! I do have one question regarding the Retry Scope. For the NumberOfRetries property, let's say I have that set to 2, will the activities in my retry scope execute once and if fail, retry total 2 times or will the activities in my retry scope execute once and if fail execute again then exit?

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

      Hi Kimberly, If Retry is 2, then once original run will be done, if that fails, it will be retried twice. Hope that answers your question. Good day :)