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.

protected:
 void ReceiveStandardErrorData(System::Object ^ sender, System::Diagnostics::DataReceivedEventArgs ^ e);
protected void ReceiveStandardErrorData (object sender, System.Diagnostics.DataReceivedEventArgs e);
member this.ReceiveStandardErrorData : obj * System.Diagnostics.DataReceivedEventArgs -> unit
Protected Sub ReceiveStandardErrorData (sender As Object, e As DataReceivedEventArgs)

Parameters

sender
Object

Remarks

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

Applies to