show/hide this revision's text 3 edited body

For WinForms, don't forget to attach tu to the current Thread's unhadled exception event too (especially if you are using multi threading).

Some links on best practices here and here and here (probably the best exception handling article for .net)

show/hide this revision's text 2 added 406 characters in body

For WinForms, don't forget to attach tu the current Thread's unhadled exception event too (especially if you are using multi threading).

Some links on best practices here and here and here (probably the best exception handling article for .net)

show/hide this revision's text 1

For WinForms, don't forget to attach tu the current Thread's unhadled exception event too (especially if you are using multi threading).