debug info not available

R

rodchar

hey all,

System.Reflection.MethodBase.GetCurrentMethod().DeclaringType

i'm stepping thru my code trying to inspect the preceding statement and i get:

?System.Reflection.MethodBase.GetCurrentMethod().DeclaringType
'System.Reflection.MethodBase.GetCurrentMethod()' threw an exception of type
'System.ArgumentException'
base {System.SystemException}: {"Cannot evaluate a security function."}
Message: "Cannot evaluate a security function."
ParamName: null

but the output i send this info to is correct info i just can't see it in
debug mode. can someone please explain?

thanks,
rodchar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top