To display the error message generated by an exception to the user, you use:
a) the Message method of class Exception
b) the Message property of class Exception
c) the ErrorMessage method of class Exception
d) the ErrorMessage property of class Exception
b) the Message property of class Exception
Computer Science & Information Technology
You might also like to view...
The proper syntax for a throw list is:
a. int g( double h ) throw ( a, b, c ) b. int g( double h ) throw ( a b c ) c. int g( double h ) throw ( a ) throw ( b ) throw ( c ) d. int g( double h ) throw ( a ), throw ( b ), throw ( c )
Computer Science & Information Technology
?In the accompanying image of Microsoft PowerPoint 2016, Box A points to the _____.
A. ?Two Content Layout master B. ?Title and Content Layout master C. Title Slide Layout masterĀ D. ?Picture with Caption Layout master
Computer Science & Information Technology