Uh sorry, but what you are doing is error reporting and logging. Error handling is a try to trap an error and if possible to fix the error condition, hoping to continue the job your app is doing...
And that´s only possible in the subs and functions where there error happend.
Yours
Wolf




Reply With Quote