I have big project, can i use Try Catch activity for all sequence for send probem on mail?
Or i need use about 50 try catch activity for all processes?
Hi @Bfly welcome to our community!
Using try catch for each sequence makes us to identify the problem easier or maybe use global exception handler which will call whenever a exception occur anywhere in a whole project.
1 Like
ok, i understand u, thanks
i think if i use try catch for each sequence, i can send problem to mail with exception.Message
yes it will be easier to break down the processes and know exactly where the error is coming
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.