ConsoleLogger.ErrorHandler(Object, BuildErrorEventArgs) Method

Definition

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution

Prints an error event

public void ErrorHandler (object sender, Microsoft.Build.Framework.BuildErrorEventArgs e);

Parameters

sender
Object

The source of the event.

e
BuildErrorEventArgs

A BuildErrorEventArgs that contains the event data.

Remarks

Advertencia

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution

Applies to