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
- targetServerItem
 Type: System.String
- parentServerItem
 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
MustUndeleteParentException Class