Task.LogErrorEvent Method
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Декларация
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
.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.