TargetIsChildException Constructor (String, String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

TargetIsChildException Class

TargetIsChildException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace