Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestObjectUpdatedException Constructor (String^, IEnumerable<Object^>^)

 

Initializes a new instance of the TestObjectUpdatedException class by using the provided message and collection of values.

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

public:
TestObjectUpdatedException(
	String^ message,
	IEnumerable<Object^>^ values
)

Parameters

message
Type: System::String^

The message for this exception.

values
Type: System.Collections.Generic::IEnumerable<Object^>^

An IEnumerable list that contains the objects that cannot be saved because they have more recently been changed by another user.

Return to top
Show: