Multiple Choice
What class should you extend in order to create your own Exception that you can throw?
A) ApplicationException
B) ExceptionObject
C) SystemException
D) Object
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: The int version of the TryParse() methods
Q8: What happens when you divide a floating-point
Q9: The following example shows how a programmer
Q10: When writing a block of code in
Q11: An exception of the _ class is
Q13: The Environment.Exit() method is part of what
Q14: When an Exception object is thrown and
Q15: When you design classes containing methods that
Q16: The ApplicationException class is a sublcass of
Q17: According to the creators of C#, an