c#: on error is it possible to ignore exception?
- by every_answer_gets_a_point
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?