ToolTask.ReceiveStandardErrorData(Object, DataReceivedEventArgs) Method

Definition

Queues up the output from the stderr stream of the process executing the tool, and signals the availability of the data. The Process object executing the tool calls this method for every line of text that the tool writes to stderr.

C#
protected void ReceiveStandardErrorData(object sender, System.Diagnostics.DataReceivedEventArgs e);

Parameters

sender
Object

Remarks

This method is used as a System.Diagnostics.DataReceivedEventHandler delegate.

Applies to

Product Versions
MSBuild 17
MSBuild (.NET Core) 17