Solved

Assuming an Application Has an Exception Object Named Ex, Which

Question 10

Multiple Choice

Assuming an application has an exception object named ex, which one of the following statements would cause the exception's default error message to be displayed in a message box?


A) MessageBox(ex.Message) ;
B) ex.Message = MessageBox.Text;
C) MessageBox.Show(ex.Message) ;
D) MessageBox.Text = ex.Message;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions