This documentation is archived and is not being maintained.
OnlyOneWorkspaceException Constructor (Workspace, String, Exception)
Visual Studio 2013
Initializes a new OnlyOneWorkspaceException instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public:
OnlyOneWorkspaceException(
Workspace^ workspace,
String^ dirName,
Exception^ innerException
)
Parameters
- workspace
- Type: Microsoft.TeamFoundation.VersionControl.Client::Workspace
The workspace that threw the exception.
- dirName
- Type: System::String
The directory that contains the workspace.
- innerException
- Type: System::Exception
The exception that caused this exception.
- 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: