TestObjectNotFoundException Constructor (Int32, ObjectTypes)
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