B
Brad Quinn
Is there a way to get the values of the paramaters to a
method programatically?
I know that I can use reflection to find out the
parameter names and types, etc., but I want to know the
values of those parameters too.
I'm trying to write a generic error handler. I wan't to
be able to log the values that caused the error, without
the user of the class having to specify the values 'cause
they're lazy
Thanks,
Brad
method programatically?
I know that I can use reflection to find out the
parameter names and types, etc., but I want to know the
values of those parameters too.
I'm trying to write a generic error handler. I wan't to
be able to log the values that caused the error, without
the user of the class having to specify the values 'cause
they're lazy

Thanks,
Brad