Console: SetError

SetError

Sets the Console error output stream to the supplied TextWriter object.



 Public Sub SetError(
	  ByVal NewError As TextWriter )

Parameters

NewError
[ByVal] TextWriter. The TextWriter object the console error data is written to.

Remarks

See Also

Project VBCorLib Overview Class Console Overview Console Properties Console Methods SetCursorPosition SetIn