Share via


CannotChangeWorkspaceOwnerException Constructor (String, String, String)

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'宣言
Public Sub New ( _
    workspaceName As String, _
    oldOwner As String, _
    newOwner As String _
)
public CannotChangeWorkspaceOwnerException(
    string workspaceName,
    string oldOwner,
    string newOwner
)
public:
CannotChangeWorkspaceOwnerException(
    String^ workspaceName, 
    String^ oldOwner, 
    String^ newOwner
)
new : 
        workspaceName:string * 
        oldOwner:string * 
        newOwner:string -> CannotChangeWorkspaceOwnerException
public function CannotChangeWorkspaceOwnerException(
    workspaceName : String, 
    oldOwner : String, 
    newOwner : String
)

Parameters

.NET Framework Security

See Also

Reference

CannotChangeWorkspaceOwnerException Class

CannotChangeWorkspaceOwnerException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace