This documentation is archived and is not being maintained.

TeamFoundationTrace::TraceException Method (Exception)

Write an exception to the trace output.

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

public:
static void TraceException(
	Exception^ exception
)

Parameters

exception
Type: System::Exception

The exception to be traced.

Uses the General category and Error level.

Show: