CannotCheckinDependantRenameException Constructor
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
声明
Public Sub New ( _
offendingItem As String, _
parentRename As Boolean _
)
public CannotCheckinDependantRenameException(
string offendingItem,
bool parentRename
)
public:
CannotCheckinDependantRenameException(
String^ offendingItem,
bool parentRename
)
new :
offendingItem:string *
parentRename:bool -> CannotCheckinDependantRenameException
public function CannotCheckinDependantRenameException(
offendingItem : String,
parentRename : boolean
)
Parameters
- offendingItem
Type: System.String
- parentRename
Type: System.Boolean
.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.