This documentation is archived and is not being maintained.

ExceptionFormatter::FormatExceptionForDisplay Method

Formats the specified exception to be displayed and read by a user.

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

public:
static String^ FormatExceptionForDisplay(
	Exception^ ex
)

Parameters

ex
Type: System::Exception

The exception to format.

Return Value

Type: System::String
A user-readable string describing the exception.

Show: