Exceptions

  • Thread starter Thread starter Sweetiecakes
  • Start date Start date
S

Sweetiecakes

hi

how do i centralize exception handling in windows forms application
instead of having try-catch blocks everywhere?
 
Sweetiecakes said:
hi

how do i centralize exception handling in windows forms application
instead of having try-catch blocks everywhere?

By putting it at the highest level of your application?
 
Back
Top