Thank you very much for your help.
I am using VS.NET 2008.I have multiple WCF application. I am creating many services in this. I would like to capture the exception in detail.
Like
1. Error Type
2. Correct file path – Including namespace , method name
3. Stack trace Message
4. Message
5. Some Addition details
And I would like to log this logfile database as well as some log file .
Please suggest me best way to do this..