"You must learn from the mistakes of others. You can't possibly live long enough to make them all yourself"
Sam Levenson
Swallow exception   -8 Votes
Posted 1 year, 7 months ago
  1:  try
  2:  {
  3:      //Some code
  4:  }
  5:  catch(Exception)
  6:  {
  7:      //The application continues as if all's ok
  8:  }
Bookmark and Share
From Anonymous
Posted 1 year, 6 months ago
That's so common!
Add a comment
Name