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
- objectType
Type: Microsoft.TeamFoundation.TestManagement.Client.ObjectTypes
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TestObjectNotFoundException Class