G
Guest
I need to retrieve the method name and parameters at runtime.
I used the System.Reflection.MethodBase.GetCurrentMethod() to do that, but
in two cases it returned me a System.argumentExecption. The message is:
Cannot evaluate a security function.
How can I do to solve this problem?
Thank's in advance.
Patty
I used the System.Reflection.MethodBase.GetCurrentMethod() to do that, but
in two cases it returned me a System.argumentExecption. The message is:
Cannot evaluate a security function.
How can I do to solve this problem?
Thank's in advance.
Patty