This documentation is archived and is not being maintained.

TeamFoundationServiceUnavailableException Constructor (String)

Initializes a new instance of the TeamFoundationServiceUnavailableException class with the specified reason.

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

public:
TeamFoundationServiceUnavailableException(
	String^ reason
)

Parameters

reason
Type: System::String

A string describing why servicing is not possible.

Show: