2
Answers

An exception occurred yet the program exited with 0 in c#

S P

S P

6y
569
1
I am debugging the c# application which already has an exception, It goes to the catch block and then to the next block. and finally the console output shows "The program has exited with 0" 
 
It is not throwing any exception and i am expecting any other code than 0 if exception occured. 
Answers (2)