Share via


GitStorageContainerNotFoundException Constructor

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    containerId As Guid _
)
public GitStorageContainerNotFoundException(
    Guid containerId
)
public:
GitStorageContainerNotFoundException(
    Guid containerId
)
new : 
        containerId:Guid -> GitStorageContainerNotFoundException
public function GitStorageContainerNotFoundException(
    containerId : Guid
)

Parameters

.NET Framework Security

See Also

Reference

GitStorageContainerNotFoundException Class

Microsoft.TeamFoundation.Git.Server Namespace