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.
Initializes a new instance of the TestObjectNotFoundException class by using the provided message.
Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public TestObjectNotFoundException(
    string message
)
public:
TestObjectNotFoundException(
    String^ message
)
new : 
        message:string -> TestObjectNotFoundException
Public Sub New (
    message As String
)
Parameters
message
Type: System.StringThe message for this exception.
See Also
TestObjectNotFoundException Overload
TestObjectNotFoundException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top