F
Fred Nelson
Hi:
I'm writing an error handling routine for my VB.NET program. I have a
routine that is called when an error occurs using "on error goto' as in a
class library which then loads the first form in the system.
When I encounter an error I'm using err.number for the error number,
err.description for the description of what went wrong.
What I really need to complete the process is the name of the form on which
the error occurred and the line number.
I would really appreciate it if someone knows how to obtain this
information - or if there are additional steps that I need to take in each
form to collect it.
Thanks,
Fred
I'm writing an error handling routine for my VB.NET program. I have a
routine that is called when an error occurs using "on error goto' as in a
class library which then loads the first form in the system.
When I encounter an error I'm using err.number for the error number,
err.description for the description of what went wrong.
What I really need to complete the process is the name of the form on which
the error occurred and the line number.
I would really appreciate it if someone knows how to obtain this
information - or if there are additional steps that I need to take in each
form to collect it.
Thanks,
Fred