CollectionDoesNotExistException Constructor

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

CollectionDoesNotExistException Class

Microsoft.TeamFoundation.Framework.Server Namespace