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
- itemSpec
Type: Microsoft.TeamFoundation.VersionControl.Server.ItemSpec
- versionSpec
Type: Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
.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.