Construtor CannotChangeWorkspaceOwnerException (String, String, String)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)
Sintaxe
'Declaração
Public Sub New ( _
workspaceName As String, _
oldOwner As String, _
newOwner As String _
)
public CannotChangeWorkspaceOwnerException(
string workspaceName,
string oldOwner,
string newOwner
)
Parâmetros
- workspaceName
Tipo: System.String
- oldOwner
Tipo: System.String
- newOwner
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
CannotChangeWorkspaceOwnerException Classe