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

แชร์
ฝัง
  • เผยแพร่เมื่อ 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.

  • @mukeshkala6364
    @mukeshkala6364 3 ปีที่แล้ว

    Nicely explained

  • @syedpasha7139
    @syedpasha7139 3 ปีที่แล้ว

    Great explanation 👍👏

    • @AutomatewithAnmol
      @AutomatewithAnmol  3 ปีที่แล้ว

      thankyou so much :)

    • @syedpasha7139
      @syedpasha7139 3 ปีที่แล้ว

      @@AutomatewithAnmol Any tutorials on Abbyy would be appreciated!

    • @AutomatewithAnmol
      @AutomatewithAnmol  3 ปีที่แล้ว

      @@syedpasha7139 Sure sirjee, I will try. :)

  • @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 :)