ContainerNotFoundException Constructor

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

Syntax

'Declaration
Public Sub New ( _
    containerId As Long _
)
public ContainerNotFoundException(
    long containerId
)
public:
ContainerNotFoundException(
    long long containerId
)
new : 
        containerId:int64 -> ContainerNotFoundException
public function ContainerNotFoundException(
    containerId : long
)

Parameters

.NET Framework Security

See Also

Reference

ContainerNotFoundException Class

Microsoft.TeamFoundation.Framework.Server Namespace