MustUndeleteParentException-Konstruktor (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
)
Parameter
- targetServerItem
Typ: System.String
- parentServerItem
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
MustUndeleteParentException Klasse