This documentation is archived and is not being maintained.

TeamFoundationServerVersionCheckException Constructor (String, String)

Initializes a new instance of the TeamFoundtionServerVersionCheckException with the specified server name or URL and version range.

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

public:
TeamFoundationServerVersionCheckException(
	String^ nameOrUrl, 
	String^ range
)

Parameters

nameOrUrl
Type: System::String

The server name or URL.

range
Type: System::String

The range of the server version.

Show: