Bagikan melalui


TestObjectNotFoundException Constructor (Int32, ObjectTypes)

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    id As Integer, _
    objectType As ObjectTypes _
)
public TestObjectNotFoundException(
    int id,
    ObjectTypes objectType
)
public:
TestObjectNotFoundException(
    int id, 
    ObjectTypes objectType
)
new : 
        id:int * 
        objectType:ObjectTypes -> TestObjectNotFoundException
public function TestObjectNotFoundException(
    id : int, 
    objectType : ObjectTypes
)

Parameters

  • id
    Type: Int32

.NET Framework Security

See Also

Reference

TestObjectNotFoundException Class

TestObjectNotFoundException Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace