CannotCheckinDependantRenameException Constructor

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

Syntax

'Declaration
Public Sub New ( _
    offendingItem As String, _
    parentRename As Boolean _
)
public CannotCheckinDependantRenameException(
    string offendingItem,
    bool parentRename
)
public:
CannotCheckinDependantRenameException(
    String^ offendingItem, 
    bool parentRename
)
new : 
        offendingItem:string * 
        parentRename:bool -> CannotCheckinDependantRenameException
public function CannotCheckinDependantRenameException(
    offendingItem : String, 
    parentRename : boolean
)

Parameters

.NET Framework Security

See Also

Reference

CannotCheckinDependantRenameException Class

Microsoft.TeamFoundation.VersionControl.Server Namespace