MethodBase.GetCurrentMethod().ToString().

Signature
Phil Wilson [MVP Windows Installer]
----
> Is there any way(as there is in VC++) to retrieve the name of the method
> that
[quoted text clipped - 3 lines]
> or
> exception occured.
jnick - 27 Feb 2006 15:07 GMT
Thanks, Phil. I haven't used Reflection much and didn't know to look there.
> MethodBase.GetCurrentMethod().ToString().
> > Is there any way(as there is in VC++) to retrieve the name of the method
[quoted text clipped - 4 lines]
> > or
> > exception occured.