This documentation is archived and is not being maintained.

AdminTraceLogger::Error Method (String)

Writes an error message to the trace.

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

public:
virtual void Error(
	String^ message
) sealed

Parameters

message
Type: System::String

A message to write.

Implements

ITFLogger::Error(String)

Show: