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
- containerId
Type: System.Int64
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ContainerNotFoundException Class