Multiple choice

Why are the Exception Handlers in ASP.NET program overlapped in many applications?

  1. The upcoming exception needs more than one handler.

  2. Different upcoming exceptions can be filtered out different types of problems.

  3. Single up coming exception can be filtered out different types of problems.

  4. Different upcoming exceptions can be combined to have one problem only.

  5. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Exception Handlers in ASP.NET program are overlapped in many applications since different upcoming exception can be filtered out different type of problems.