I'm trying to access the name of the current method a class being executed.<BR>Me.GetType.Name -> gives me the name of the current class<BR><BR>But I want to return the name of the current method or member.<BR><BR>Declare a global variable and in each method set the variable equal to the method name. This is how we do it in VB6 to keep track of data being passed into our ErrorHandlerService.