Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    renamePath As String, _
    conflictPath As String _
)
public CannotUndoRenameDueToChildConflictException(
    string renamePath,
    string conflictPath
)
public:
CannotUndoRenameDueToChildConflictException(
    String^ renamePath, 
    String^ conflictPath
)
new : 
        renamePath:string * 
        conflictPath:string -> CannotUndoRenameDueToChildConflictException
public function CannotUndoRenameDueToChildConflictException(
    renamePath : String, 
    conflictPath : String
)
Parameters
- renamePath
 Type: System.String
- conflictPath
 Type: System.String
.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
CannotUndoRenameDueToChildConflictException Class