ItemNotFoundException Constructor (ItemSpec, VersionSpec, DeletedState)

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, _
    deleted As DeletedState _
)
public ItemNotFoundException(
    ItemSpec itemSpec,
    VersionSpec versionSpec,
    DeletedState deleted
)
public:
ItemNotFoundException(
    ItemSpec^ itemSpec, 
    VersionSpec^ versionSpec, 
    DeletedState deleted
)
new : 
        itemSpec:ItemSpec * 
        versionSpec:VersionSpec * 
        deleted:DeletedState -> ItemNotFoundException
public function ItemNotFoundException(
    itemSpec : ItemSpec, 
    versionSpec : VersionSpec, 
    deleted : DeletedState
)

Parameters

.NET Framework Security

See Also

Reference

ItemNotFoundException Class

ItemNotFoundException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace