Question
Multiple Choice
What is an advantage to using first chance exception notification?
- A. The ability to capture and handle all exceptions that occur within the application in one place
- B. The ability to log an exception after it is handled by its appropriate error handling code
- C. The ability to log an exception before it is touched by any other error handler
- D. The ability to forward an exception to an error handler based on the type of exception that was thrown