MustUndeleteParentException Constructor (String, String)

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

Syntax

'Declaration
Public Sub New ( _
    targetServerItem As String, _
    parentServerItem As String _
)
public MustUndeleteParentException(
    string targetServerItem,
    string parentServerItem
)
public:
MustUndeleteParentException(
    String^ targetServerItem, 
    String^ parentServerItem
)
new : 
        targetServerItem:string * 
        parentServerItem:string -> MustUndeleteParentException
public function MustUndeleteParentException(
    targetServerItem : String, 
    parentServerItem : String
)

Parameters

.NET Framework Security

See Also

Reference

MustUndeleteParentException Class

MustUndeleteParentException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace