Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public TestObjectNotFoundException(
int id,
ObjectTypes objectType
)
public:
TestObjectNotFoundException(
int id,
ObjectTypes objectType
)
new :
id:int *
objectType:ObjectTypes -> TestObjectNotFoundException
Public Sub New (
id As Integer,
objectType As ObjectTypes
)
Parameters
- id
Type: System.Int32
- objectType
Type: Microsoft.TeamFoundation.TestManagement.Client.ObjectTypes
See Also
TestObjectNotFoundException Overload
TestObjectNotFoundException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top