This documentation is archived and is not being maintained.

MultipleWorkspacesFoundException Constructor

Initializes a new instance of the MultipleWorkspacesFoundException class with the specified suppliedWorskpaceName, suppliedOwnerName and mathingWorkspaceSpecs.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
MultipleWorkspacesFoundException(
	String^ suppliedWorkspaceName, 
	String^ suppliedOwnerName, 
	List<String^>^ matchingWorkspaceSpecs
)

Parameters

suppliedWorkspaceName
Type: System::String

The name of the supplied workspace.

suppliedOwnerName
Type: System::String

The name of the supplied owner.

matchingWorkspaceSpecs
Type: System.Collections.Generic::List<String>

The collections of matching workspace specs.

Show: