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
- 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.