VIeditorlover 0 Junior Poster

Hi,

I am going to write an extended error handler with this format:

sb.AppendFormat("exception: {0} in module {1}, function {2} at row {3}, input params {4} ", ex.ToString(), module, function, row, ???);

trace can reveal module, function and row, but what about param *values*, no just reflection (name, type) which I know, but values ??? Is it possible ?