Click or drag to resize

CreateShellCommandOptionsError Property

Gets or sets the TextWriter used to print error information.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public TextWriter Error { get; set; }

Property Value

Type: TextWriter
The TextWriter used to print error information, or to print to the standard output stream. The default value is .
See Also