When can you use tracing with exception handling?- Tracing is the program execution that can be done at page level or application level. - You can use tracing with exception handling to log unanticipated exception to the trace log. - The log file can be used to diagnose unanticipated problems and thus can be corrected. - Trace object allows you to add custom information to the trace output.
|