Microsoft Exam Questions

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.