TestObjectNotFoundException Constructor (String)

 

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

See Also

TestObjectNotFoundException Overload
TestObjectNotFoundException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top