ProcessSettings.

RedirectedStandardErrorHandler Property

Summary

Gets or sets a function that intercepts the error output before being redirected. Use in conjunction with RedirectStandardError.
Namespace
Cake.Core.IO
Containing Type
ProcessSettings

Syntax

public Func<string, string> RedirectedStandardErrorHandler { get; set; }

Value

Type Description
Func<string, string>