If an application is written to filter several exceptions including System.Exception, System.DivideByZeroException, and System.ArithmeticException, in what order

Question:

If an application is written to filter several exceptions including System.Exception, System.DivideByZeroException, and System.ArithmeticException, in what order should they be listed?

a. System.Exception, System.DivideByZeroException, then System.ArithmeticException

b. System.Exception, System.ArithmeticException, then System.DivideByZeroException

c. System.DivideByZeroException, System.Exception, then System.ArithmeticException

d. System.DivideByZeroException, System.ArithmeticException, then System.Exception

e. It does not matter.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: