Costruttore GitObjectTooLargeException
Spazio dei nomi: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
objectId As Byte(), _
length As Long, _
threshold As Long _
)
public GitObjectTooLargeException(
byte[] objectId,
long length,
long threshold
)
Parametri
- objectId
Tipo: array<System.Byte[]
- length
Tipo: System.Int64
- threshold
Tipo: System.Int64
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.