S P

S P

  • NA
  • 285
  • 208.4k

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

Sep 20 2018 9:38 AM
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)