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
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.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
