WriteError(string)

Method

Namespace: ANSITerm

Declared in: ANSITerm.IConsoleBackend


Writes a string to the standard error stream.

Syntax

public void WriteError(
	string data
)

See also

  • WriteErrorLine(string)

  • Back to index