This documentation is archived and is not being maintained.

CannotRenameDueToChildConflictException Constructor (String, String)

Initializes a new instance of the CannotRenameDueToChildConflictException class with the item causing the exception.

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

public:
CannotRenameDueToChildConflictException(
	String^ renamedItem, 
	String^ offendingItem
)

Parameters

renamedItem
Type: System::String

The item to be renamed.

offendingItem
Type: System::String

The item that caused the conflict.

Show: