Sdílet prostřednictvím


TestObjectNotFoundException – konstruktor (Int32, ObjectTypes)

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestObjectNotFoundException Třída

TestObjectNotFoundException – přetížení

Microsoft.TeamFoundation.TestManagement.Client – obor názvů