C# What is the sense of Application.Exit Method ?
- by PaN1C_Showt1Me
I'm asking this question, because I can't figure out when I could find an use of this method.
If I've designed everything correctly then I should be able by the medium of normal returns and try catch clauses to handle all problems and end the application in a correct manner.
Am I wrong ?