Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Sub New ( _
    renamedItem As String, _
    offendingItem As String _
)
public CannotRenameDueToChildConflictException(
    string renamedItem,
    string offendingItem
)
public:
CannotRenameDueToChildConflictException(
    String^ renamedItem, 
    String^ offendingItem
)
new : 
        renamedItem:string * 
        offendingItem:string -> CannotRenameDueToChildConflictException
public function CannotRenameDueToChildConflictException(
    renamedItem : String, 
    offendingItem : String
)
Parameters
- renamedItem 
 Type: System.String- The item to be renamed. 
- offendingItem 
 Type: System.String- The item that caused the conflict. 
.NET Framework Security
- 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.
See Also
Reference
CannotRenameDueToChildConflictException Class