Microsoft
98-361 · Question #211
What does the Console.Error property do within a console-based application?
The correct answer is D. gets the standard error output stream. The Console.Error property gets the standard error output stream.
Understanding Desktop Applications
Question
What does the Console.Error property do within a console-based application?
Options
- Asets the standard error output stream
- Bgets the standard error input stream
- Csets the standard error input stream
- Dgets the standard error output stream
How the community answered
(58 responses)- A16% (9)
- B3% (2)
- C9% (5)
- D72% (42)
Explanation
The Console.Error property gets the standard error output stream.
Topics
#console application#Console.Error#standard streams#error output
Community Discussion
No community discussion yet for this question.