This documentation is archived and is not being maintained.

WorkspaceRequiresComputerNameException Constructor (String, Exception)

Initializes a new WorkspaceRequiresComputerNameException instance.

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

public:
WorkspaceRequiresComputerNameException(
	String^ message, 
	Exception^ ex
)

Parameters

message
Type: System::String

A message describing the error.

ex
Type: System::Exception

The exception that caused this exception.

Show: