What is an advantage to using first chance exception notification?

 Posted by Vivek.Ramapuram on 7/15/2015 | Category: ASP.NET MVC Interview questions | Views: 28371 | Points: 40
Select from following answers:
  1. The ability to capture and handle all exceptions that occur within the application in one place
  2. The ability to log an exception after it is handled by its appropriate error handling code
  3. The ability to log an exception before it is touched by any other error handler
  4. The ability to forward an exception to an error handler based on the type of exception that was thrown
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response