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.

See Also

Project CorLib Overview

Class Console Overview