c#: on error is it possible to ignore exception?
        Posted  
        
            by every_answer_gets_a_point
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by every_answer_gets_a_point
        
        
        
        Published on 2010-04-14T19:40:41Z
        Indexed on 
            2010/04/14
            19:43 UTC
        
        
        Read the original article
        Hit count: 148
        
how do i ignore exceptions in c#?
i am reading a remote xml file, and sometimes the tag doesnt exist and it throws an exception. how do i ignore the exception and goto next?
© Stack Overflow or respective owner