Exception handling in c#
        Posted  
        
            by Lalit
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lalit
        
        
        
        Published on 2010-01-01T10:43:25Z
        Indexed on 
            2010/05/09
            20:48 UTC
        
        
        Read the original article
        Hit count: 239
        
c#
|exception-handling
Hi all, I know how to use try...catch block in c#. Also know why it is using. but what is exact meaning of Exception handling ? see once i write the try {}.. Catch{} i handled null exception then what should happen? what are the standard for exception handling. means what should happen is normally expected if exception occur ?
© Stack Overflow or respective owner