Summary
Get the standard error of process.
- Namespace
- Cake
.Core .IO - Containing Type
- IProcess
Syntax
IEnumerable<string> GetStandardError()
Return Value
Type | Description |
---|---|
IEnumerable |
Returns process error output if RedirectStandardError is true. |