This documentation is archived and is not being maintained.
MultipleWorkspacesFoundException Constructor
Visual Studio 2013
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: