TestManagementConflictingOperation Constructor (String, Exception)

 

Initializes a new instance of the TestManagementConflictingOperation class.

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

Syntax

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

Parameters

See Also

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

Return to top