CannotCheckinRenameAsPendingAddConflictsException Constructor
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Sub New ( _
sourceItem As String, _
targetItem As String _
)
public CannotCheckinRenameAsPendingAddConflictsException(
string sourceItem,
string targetItem
)
public:
CannotCheckinRenameAsPendingAddConflictsException(
String^ sourceItem,
String^ targetItem
)
new :
sourceItem:string *
targetItem:string -> CannotCheckinRenameAsPendingAddConflictsException
public function CannotCheckinRenameAsPendingAddConflictsException(
sourceItem : String,
targetItem : String
)
Parameters
- sourceItem
Type: System.String
- targetItem
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.