This documentation is archived and is not being maintained.

TeamFoundationTrace::Error Method (array<String>, Exception)

Write an exception to the trace output

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

public:
static void Error(
	array<String^>^ keywords, 
	Exception^ exception
)

Parameters

keywords
Type: array<System::String>

One or more keywords

exception
Type: System::Exception

The exception to write

Uses General keyword, level Error

Show: