I think you can use both.
You can use structured error handling with Try Catch to catch errors you can anticipate. Not every exception that occurs is necessarily an error that you as an administrator need to know about.
Personally, I try to handle as much errors as possible in a Try Catch block, and only log (event log, database, e-mail etc) those exceptions that couldn't be handled gracefully.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|