Compartilhar via


Construtor TestObjectNotFoundException (Int32, ObjectTypes)

 

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

Sintaxe

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
)

Parâmetros

  • id
  • objectType

Consulte também

TestObjectNotFoundException Sobrecarga
Classe TestObjectNotFoundException
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo