CannotMergeWithWorkspaceSpecAndPendingDeleteException Constructor (String, String, String)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
声明
Public Sub New ( _
operation As String, _
workspaceSpec As String, _
serverItem As String _
)
public CannotMergeWithWorkspaceSpecAndPendingDeleteException(
string operation,
string workspaceSpec,
string serverItem
)
public:
CannotMergeWithWorkspaceSpecAndPendingDeleteException(
String^ operation,
String^ workspaceSpec,
String^ serverItem
)
new :
operation:string *
workspaceSpec:string *
serverItem:string -> CannotMergeWithWorkspaceSpecAndPendingDeleteException
public function CannotMergeWithWorkspaceSpecAndPendingDeleteException(
operation : String,
workspaceSpec : String,
serverItem : String
)
Parameters
- operation
Type: System.String
- workspaceSpec
Type: System.String
- serverItem
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
CannotMergeWithWorkspaceSpecAndPendingDeleteException Class
CannotMergeWithWorkspaceSpecAndPendingDeleteException Overload