Hi All,
I want to log all the exceptions that raise during the execution. All these should be saved into table and when ever required I need to get this into excel or into mail.
So inside all the catch blocks where ever required do I need to manually call a method(to log these into table) or is there any other way to handle these.
Thanks in advance.
Go to the complete details ...