Table of Contents

CliContext.Error Property

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

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.

public TextWriter Error { get; }

Property Value

TextWriter