This documentation is archived and is not being maintained.

UnableToLoadLocalPropertiesTableException Constructor

Initializes a new instance of the UnableToLoadLocalPropertiesTableException class.

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

public:
UnableToLoadLocalPropertiesTableException(
	String^ workspaceSpec, 
	Exception^ innerException
)

Parameters

workspaceSpec
Type: System::String

The workspace spec.

innerException
Type: System::Exception

The inner exception.

Show: