Compartilhar via


Construtor TestObjectNotFoundException (Int32, ObjectTypes)

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

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TestObjectNotFoundException Classe

Sobrecargas TestObjectNotFoundException

Namespace Microsoft.TeamFoundation.TestManagement.Client