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
- workspaceName
Type: System.String
- oldOwner
Type: System.String
- newOwner
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
CannotChangeWorkspaceOwnerException Class