Construtor RepositoryPathTooLongDetailedException (String, Int32)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)
Sintaxe
'Declaração
Public Sub New ( _
serverItem As String, _
maxPathLength As Integer _
)
public RepositoryPathTooLongDetailedException(
string serverItem,
int maxPathLength
)
Parâmetros
- serverItem
Tipo: System.String
- maxPathLength
Tipo: System.Int32
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
RepositoryPathTooLongDetailedException Classe