Share via


TestObjectNotFoundException Constructor (String, Exception)

 

Initializes a new instance of the TestObjectNotFoundException class by using the provided message and inner exception.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public TestObjectNotFoundException(
    string message,
    Exception ex
)
public:
TestObjectNotFoundException(
    String^ message,
    Exception^ ex
)
new : 
        message:string *
        ex:Exception -> TestObjectNotFoundException
Public Sub New (
    message As String,
    ex As Exception
)

Parameters

See Also

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

Return to top