Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    commitId As Byte() _
)
public GitCommitDoesNotExistException(
    byte[] commitId
)
public:
GitCommitDoesNotExistException(
    array<unsigned char>^ commitId
)
new : 
        commitId:byte[] -> GitCommitDoesNotExistException
public function GitCommitDoesNotExistException(
    commitId : byte[]
)
Parameters
- commitId
 Type: array<System.Byte[]
.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.