Share via


ItemNotFoundException Constructor (ItemSpec, VersionSpec)

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'宣言
Public Sub New ( _
    itemSpec As ItemSpec, _
    versionSpec As VersionSpec _
)
public ItemNotFoundException(
    ItemSpec itemSpec,
    VersionSpec versionSpec
)
public:
ItemNotFoundException(
    ItemSpec^ itemSpec, 
    VersionSpec^ versionSpec
)
new : 
        itemSpec:ItemSpec * 
        versionSpec:VersionSpec -> ItemNotFoundException
public function ItemNotFoundException(
    itemSpec : ItemSpec, 
    versionSpec : VersionSpec
)

Parameters

.NET Framework Security

See Also

Reference

ItemNotFoundException Class

ItemNotFoundException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace