Share via


ContainerItemNotFoundException Constructor (Int64, String)

Namespace:  Microsoft.VisualStudio.Services.FileContainer
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Sub New ( _
    containerId As Long, _
    path As String _
)
public ContainerItemNotFoundException(
    long containerId,
    string path
)
public:
ContainerItemNotFoundException(
    long long containerId, 
    String^ path
)
new : 
        containerId:int64 * 
        path:string -> ContainerItemNotFoundException
public function ContainerItemNotFoundException(
    containerId : long, 
    path : String
)

Parameters

.NET Framework Security

See Also

Reference

ContainerItemNotFoundException Class

ContainerItemNotFoundException Overload

Microsoft.VisualStudio.Services.FileContainer Namespace