Hi All
C# Development: I am calling a webservice/other methods in a try catch block with different parameters some of which may be custom objects. Please comment on the best way to log the parameters in a text file in case of an exception. Also is it possible to skip out some fields from an object (say for example if an object contains an image file which i dont want to log to the text file)
thanks for your time