This documentation is archived and is not being maintained.
CannotRenameDueToChildConflictException Constructor (String, String)
Visual Studio 2013
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: