[C#6] It’s common to include in an exception’s error message a variable’s or property’s identifier. This information can help a client-code programmer understand the context in which the exception occurred. Prior to C# 6, you had to hard code these identifiers into your error-message strings. As of C# 6, you can instead use the ________ operator, which returns a string representation of the identifier enclosed in parentheses.

a) valueof
b) stringof
c) characterof
d) nameof

d) nameof

Computer Science & Information Technology

You might also like to view...

Any ________ validation is a means of using the Input Message available through the data validation tools to communicate data entry rules and/or expectations to the user

A) data B) input C) text D) value

Computer Science & Information Technology

The ________ attribute of the bgsound element specifies the location of the sound file

Fill in the blank(s) with correct word

Computer Science & Information Technology