Multiple Choice
When an exception is caught,the program can access the exception object's built-in ________ property to get the error message and display it.
A) Error
B) Fault
C) Message
D) Note
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: Consider the array:<br>S[0] = 7<br>S[1] = 0<br>S[2]
Q72: Attempting to access an array element out
Q73: Which of the following sets of statements
Q74: Variable-length argument lists allow you to create
Q75: When dealing with multi-dimensional arrays,each "row" must
Q76: [C#6] Initializing an auto-implemented property in its
Q78: By convention,the first set of brackets of
Q79: Which of the following correctly accesses element
Q80: There are two types of multidimensional arrays:<br>A)
Q81: To pass an array argument to a