Design an exception handling strategy

What is an advantage to using first chance exception notification?

The ability to log an exception after it is handled by its appropriate error handling code
The ability to capture and handle all exceptions that occur within the application in one place
The ability to forward an exception to an error handler based on the type of exception that was thrown
The ability to log an exception before it is touched by any other error handler