C# What is the sense of Application.Exit Method ?
        Posted  
        
            by PaN1C_Showt1Me
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by PaN1C_Showt1Me
        
        
        
        Published on 2010-04-01T07:05:05Z
        Indexed on 
            2010/04/01
            7:13 UTC
        
        
        Read the original article
        Hit count: 188
        
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 ?
© Stack Overflow or respective owner