Sir..iis me notpad ka exception (¹st scenario) me child ne handle kiya .. (²nd senario) me rethrow ke bad parent ne handel kia lekin jo excel ka business exception vo to huva hi nahi ( notpad ke bad stop hogaya) agar excel ka bhi handel karna ho to kaise kare. ....means 2 exception kaise handle kare
Yes we can , but the exception has to be handled in the catch ... if we do not handle and rethrow - the process status would be faulted in orchestrator.
Sir how can we throw multiple business throws , as the syntax of business throw is newBusinessRuleException("Message") , we can't throw multiple throw business exception ?
@@MukeshKala thanks for the responce , one more request regarding the new uipath advance certification is tough if you can guide us on topic it will be great..like where to prepare what currently questions are really tough..and old playlist created on your channel is valid or not in this case ?
👉👉 *------------------------ [ HINDI PLAYLIST ]-----------------------* th-cam.com/play/PLEYSwx3duQ2BSbJTsWADFggPgurO0kdhM.html
Understood the concept absolutely..
Great to hear that
Thanks for the video. good to understand different types of exception handling and how to use throw and rethrow.
Glad you enjoyed it!
Sir..iis me notpad ka exception (¹st scenario) me child ne handle kiya ..
(²nd senario) me rethrow ke bad parent ne handel kia lekin jo excel ka business exception vo to huva hi nahi ( notpad ke bad stop hogaya) agar excel ka bhi handel karna ho to kaise kare. ....means 2 exception kaise handle kare
great video bro! If there is no parent try catch section,then can we use rethrow in any use case? only in a single try catch catch section?
Yes we can , but the exception has to be handled in the catch ... if we do not handle and rethrow - the process status would be faulted in orchestrator.
Sir how can we throw multiple business throws , as the syntax of business throw is newBusinessRuleException("Message") , we can't throw multiple throw business exception ?
Yes that’s true … but in the message you can put all the exceptions
New businessRuleExceptio (msg1 + msg2 )
Sir agr child exception handle kr pa rha hai but hm ne rethrow bhi use kiya hai to wo double parent me ja kr handle krega ya nhi?
jaise hi hum Rethrow Use karenge , Exception uske Parent k pass jaega - Ab agar parent ne handle kara to sahi hai - warna parent k parent k pass jaega
Really nice @mukesh thank you can you pls make some tutorials on LINQ Query ?
Yes Noted
@@MukeshKala thanks for the responce , one more request regarding the new uipath advance certification is tough if you can guide us on topic it will be great..like where to prepare what currently questions are really tough..and old playlist created on your channel is valid or not in this case ?
Make videos on unattended robot use case. 2.make series on botsdna use cases
Have added some of the end to end use cases for practice.
th-cam.com/play/PLEYSwx3duQ2A6zGKqO5RvSBartYnHx6pG.html
How many try catch block use inside UIpath
Depending upon your requirement , but at least 1 per xaml file is recommended