Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
public GitRepositoryNameAlreadyExistsException(
string name
)
public:
GitRepositoryNameAlreadyExistsException(
String^ name
)
new :
name:string -> GitRepositoryNameAlreadyExistsException
public function GitRepositoryNameAlreadyExistsException(
name : String
)
Parameters
- name
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
GitRepositoryNameAlreadyExistsException Class