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