What does the Console.Error property do within a console-based application?
A.
sets the standard error output stream
B.
gets the standard error input stream
C.
sets the standard error input stream
D.
gets the standard error output stream
What does the Console.Error property do within a console-based application?
What does the Console.Error property do within a console-based application?
A.
sets the standard error output stream
B.
gets the standard error input stream
C.
sets the standard error input stream
D.
gets the standard error output stream
the answer is A. sets the standard error output stream
https://msdn.microsoft.com/en-us/library/system.console.error(v=vs.110).aspx
GETS the standard error output stream.
A. is correct.