Multiple Choice
Programmer-defined exception classes typically should contain 3 constructors:
A) a default constructor, a constructor that receives a string for the error message and a constructor that receives an Exception argument of the inner exception object
B) a default constructor, a constructor that receives a string and a constructor that receives both a string and an exception
C) a constructor that receives a string, a constructor that receives an exception and a constructor that receives both
D) a default constructor, a constructor that receives a string and a constructor that receives a number indicating the line number where the exception occurred
Correct Answer:

Verified
Correct Answer:
Verified
Q10: In order to display the error message
Q11: The constructor method for an exception class
Q13: Exceptions can occur:<br>A) from C#'s CLR<br>B) through
Q14: Which of the following statements is false<br>A)
Q16: Exception handlers typically access objects in their
Q17: An exception is:<br>A) a problem a computer
Q18: Which of the following statements is true?<br>A)
Q18: In C#,after an exception is handled,control resumes.This
Q19: Which of the following statements is false<br>A)
Q20: Which of the following statements is false<br>A)