Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Helper to log an error event if the task is running within MSBuild.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Protected Sub LogErrorEvent ( _
e As BuildErrorEventArgs _
)
protected void LogErrorEvent(
BuildErrorEventArgs e
)
protected:
void LogErrorEvent(
BuildErrorEventArgs^ e
)
member LogErrorEvent :
e:BuildErrorEventArgs -> unit
protected function LogErrorEvent(
e : BuildErrorEventArgs
)
Parameters
e
Type: Microsoft.Build.Framework.BuildErrorEventArgsEvent args to be logged.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.