65.9K
CodeProject is changing. Read more.
Home

Handling Errors and Exceptions. Part 1 – Intro.

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.67/5 (2 votes)

Sep 23, 2015

CPOL

5 min read

viewsIcon

9165

Have you ever seen that recommendation to avoid exception handling like this: Well, indeed, I agree that this kind of code looks pretty bad. But is it helpful to know only that? No, it is not. The problem of proper error\exceptions handling is very far from being popular.