This documentation is archived and is not being maintained.

TeamFoundationTrace::Error Method (String)

Write a message to the trace output.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
static void Error(
	String^ info
)

Parameters

info
Type: System::String

The message to write.

Uses the General category and Error level.

Show: