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