This documentation is archived and is not being maintained.

TeamFoundationTrace::Warning Method (String)

Writes a warning message to the trace output.

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

public:
static void Warning(
	String^ info
)

Parameters

info
Type: System::String

The message to write to the output.

Uses the General category and Warning level.

Show: