Multiple Choice
An exception of the ____ class is thrown when an ongoing operation is aborted by the user.
A) System.InvalidOperationException
B) System.ArithmeticException
C) System.Data.OperationAbortedException
D) System.InvalidCastException
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: Why might a finally block be necessary?
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
Q12: What class should you extend in order
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