Multiple Choice
All exception classes inherit from the ____ class.
A) SystemException
B) Exception
C) ApplicationException
D) BaseExcecption
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: A stack trace is a listing of
Q3: Custom exceptions classes must derive from the
Q4: _ are markers that are placed in
Q5: C# adheres to a fairly sophisticated set
Q6: The _ property associated with exception objects
Q8: If an event that creates a problem
Q9: Custom exceptions must derive from the _
Q10: Which of the following would not throw
Q11: If a try block is included, you
Q12: In C# the only checked exceptions are