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^>^, Exception^)
Initializes a new instance of the TestObjectUpdatedException class by using the provided message, collection of values, and inner exception.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
public:
TestObjectUpdatedException(
String^ message,
IEnumerable<Object^>^ values,
Exception^ innerException
)
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.
- innerException
-
Type:
System::Exception^
The exception that caused the current exception.
Show: