T
Tom Jastrzebski
Hello,
Is it possible to get access to method parameters values at runtime, without
referencing them directly?
I am working on a universal error logging for my application. I can easily
obtain class and method names using the StackFrame object but it also would
be nice to know parameters values of the method where an exception occurred.
There must be a way to do this. Visual Studio "Call Stack" window displays
this information.
Tomasz
Is it possible to get access to method parameters values at runtime, without
referencing them directly?
I am working on a universal error logging for my application. I can easily
obtain class and method names using the StackFrame object but it also would
be nice to know parameters values of the method where an exception occurred.
There must be a way to do this. Visual Studio "Call Stack" window displays
this information.
Tomasz