Share via


ContainerNotFoundException Constructor (Int64)

Namespace:  Microsoft.VisualStudio.Services.FileContainer
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.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

ContainerNotFoundException Overload

Microsoft.VisualStudio.Services.FileContainer Namespace