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
- containerId
Type: System.Int64
- path
Type: System.String
.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
ContainerItemNotFoundException Class