M
markroworth
Hi everyone,
I'm relatively new to vb.net and am writing my errors object to collect
errors as the call stack bounces back up to the GUI. When an error
occurs, I would like to grab three things:
1. the line no the error occurred on
2. the current namespace. e.g. MyApplication.MyClass.MyFunction
3. the callstack.
Does anyone know how to do this. Also, having transferred over recently
from VB6, is there any way to query as in the immediate window of VB6
at runtime. Or for that matter, change the code at runtime (in the dev
environment, obviously).
Any information very gratefully received. Many thanks,
Mark Roworth
I'm relatively new to vb.net and am writing my errors object to collect
errors as the call stack bounces back up to the GUI. When an error
occurs, I would like to grab three things:
1. the line no the error occurred on
2. the current namespace. e.g. MyApplication.MyClass.MyFunction
3. the callstack.
Does anyone know how to do this. Also, having transferred over recently
from VB6, is there any way to query as in the immediate window of VB6
at runtime. Or for that matter, change the code at runtime (in the dev
environment, obviously).
Any information very gratefully received. Many thanks,
Mark Roworth