CliSettingsError Property
Gets or sets the standard error. Used for printing error information like parse errors.
Default is which means Error, will be used.
For testing purposes, it can be set to a new instance of
StringWriter.
If you want to disable the output, please set it to
Null.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
public TextWriter Error { get; set; }
Property Value
TextWriter