|
-
May 13th, 2004, 02:46 AM
#1
Thread Starter
Frenzied Member
I have forgotten!
I remember reading in a vb.net book about how to get the name of the method currently executing. I want to use this for an error handling method... I have searched the reflection namespace but couldn't find anything useful.
When I programmed C++ I always used this when handling errors... but how to do it in vb instead of writng a static name on each catch statement?
kind regards
Henrik
-
May 13th, 2004, 03:02 AM
#2
yay gay
Look in Exception class and its derived classes, I think they have some kind of method that will give you the trace of what functions are or were being used
\m/  \m/
-
May 13th, 2004, 03:22 AM
#3
Thread Starter
Frenzied Member
Got it thanks.. it was a method in the exception namespace that used reflection... got a little confused there
thanks
Henrik
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|