TargetIsChildException Constructor (String, String)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaración
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
- sourceServerItem
Type: System.String
- targetServerItem
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.