Which code segment should you use to raise MyCustomException?

You create a custom exception class named MyCustomException that is derived from
ApplicationException. Which code segment should you use to raise MyCustomException?

You create a custom exception class named MyCustomException that is derived from
ApplicationException. Which code segment should you use to raise MyCustomException?

A.

B.

C.

D.



Leave a Reply 1

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


Saeed Asgari

Saeed Asgari

C is correct answer. can somebody confirm?