Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public TestObjectNotFoundException(
    string message,
    ObjectTypes objectType
)
public:
TestObjectNotFoundException(
    String^ message,
    ObjectTypes objectType
)
new : 
        message:string *
        objectType:ObjectTypes -> TestObjectNotFoundException
Public Sub New (
    message As String,
    objectType As ObjectTypes
)
Parameters
- message
Type: System.String 
- objectType
Type: Microsoft.TeamFoundation.TestManagement.Client.ObjectTypes 
See Also
TestObjectNotFoundException Overload
TestObjectNotFoundException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top