G
Guest
I'm new to C#. Please answer my following questions about c# exception
handling.
What happens and how an exception handled if it occurs in "catch" block
while already processing another exception.
In an exception "catch" block I am showing a dialog box to user with option
of "try again" or "cancel". How can I implement the "try again" option, is
there any way in c# exception handling to run the same exception statement
again.
regards,
Adil
handling.
What happens and how an exception handled if it occurs in "catch" block
while already processing another exception.
In an exception "catch" block I am showing a dialog box to user with option
of "try again" or "cancel". How can I implement the "try again" option, is
there any way in c# exception handling to run the same exception statement
again.
regards,
Adil