System Exception did not rethrow

I think that the question is very basic and the answer will be as i expected, but need confirmation

i’m using a re-Ramework and inside the “Process” i puted all the activiries in a try catch:

so the any system exception that occur within the try part will be neutrlized and will not start the initialisation part.

@abdel

yes as you are not using any throw or rethrow then the exception will be get supressed

cheers

@Shiva_Nikhil thank you:

i have updated the catch bloc: added assign in_systemException:

Now it should work! right ?

@abdel

yes it will work

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.