This documentation is archived and is not being maintained.

TeamFoundationServerException Constructor (String)

Initializes a new instance of the TeamFoundationServerException class with the specified message.

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

public:
TeamFoundationServerException(
	String^ message
)

Parameters

message
Type: System::String

A human readable message that describes the error.

Show: