This documentation is archived and is not being maintained.

UnableToLoadPendingChangesTableException Constructor

Initializes a new instance of the UnableToLoadPendingChangesTableException class.

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

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

Parameters

workspaceSpec
Type: System::String

The workspace spec.

innerException
Type: System::Exception

The inner exception.

Show: