TeamFoundationTrace.Error Method (array<String , String)
Trace a message if the error level is set for the category
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Sub Error ( _
keywords As String(), _
info As String _
)
public static void Error(
string[] keywords,
string info
)
public:
static void Error(
array<String^>^ keywords,
String^ info
)
static member Error :
keywords:string[] *
info:string -> unit
public static function Error(
keywords : String[],
info : String
)
Parameters
keywords
Type: array<System.String[]One or more keywords
info
Type: System.StringThe message to write.
.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.