This documentation is archived and is not being maintained.

CannotResolveToPartialUndeleteException Constructor (String)

Encapsulates a message string into a CannotResolveToPartialUndeleteException.

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

public:
CannotResolveToPartialUndeleteException(
	String^ message
)

Parameters

message
Type: System::String

A message that describes the exception.

Show: