Construtor GitObjectTooLargeException
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (em Microsoft.TeamFoundation.Git.Server.dll)
Sintaxe
'Declaração
Public Sub New ( _
objectId As Sha1Id, _
length As Long, _
threshold As Long _
)
public GitObjectTooLargeException(
Sha1Id objectId,
long length,
long threshold
)
Parâmetros
- objectId
Tipo: Microsoft.TeamFoundation.Git.Common.Sha1Id
- length
Tipo: System.Int64
- threshold
Tipo: System.Int64
Segurança do .NET Framework
- Confiança total para o chamador imediato. Este membro não pode ser usado pelo código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.