This documentation is archived and is not being maintained.

NotPermittedForLocalWorkspaceException Constructor (String, Exception)

Initializes a new instance of the NotPermittedForLocalWorkspaceException class with the specified message and exception.

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

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

Parameters

message
Type: System::String

The message.

ex
Type: System::Exception

The exception.

Show: