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