Select from following answers:- The ability to capture and handle all exceptions that occur within the application in one place
- The ability to log an exception after it is handled by its appropriate error handling code
- The ability to log an exception before it is touched by any other error handler
- The ability to forward an exception to an error handler based on the type of exception that was thrown
- All Above
The first chance exception handler enables you to examine an exception and take some action before it is touched by any other handler
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator