CliContextError Property

Gets the standard error, to which error information should be written during the current invocation. By default, it's set to Error, it's changed via Error.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public TextWriter Error { get; }

Property Value

TextWriter

See Also