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.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
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.
Show: