You need to add the following code to the method: At which line should you insert the code?

You are developing an application in C#.
The application uses exception handling on a method that is used to execute mathematical
calculations by using integer numbers.
You write the following catch blocks for the method (line numbers are included for reference only):

You need to add the following code to the method:

At which line should you insert the code?

You are developing an application in C#.
The application uses exception handling on a method that is used to execute mathematical
calculations by using integer numbers.
You write the following catch blocks for the method (line numbers are included for reference only):

You need to add the following code to the method:

At which line should you insert the code?

A.
01

B.
03

C.
05

D.
07



Leave a Reply 2

Your email address will not be published. Required fields are marked *


PaulC

PaulC

A

the most unique exception first

Marina

Marina

System.Exception -< System.SystemException -< System.ArgumentException

System.Exception -< System.SystemException -< System.ArithmeticException

System.Exception -< System.SystemException -< System.ArithmeticException -< System.DivideByZeroException

answer A