Construtor DuplicateChangeException (String, 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 ( _
item As String, _
targetItem As String, _
owner As String, _
workspaceName As String _
)
public DuplicateChangeException(
string item,
string targetItem,
string owner,
string workspaceName
)
Parâmetros
- item
Tipo: System.String
- targetItem
Tipo: System.String
- owner
Tipo: System.String
- workspaceName
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
DuplicateChangeException Classe