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)
Syntax
public TestObjectUpdatedException(
string message,
IEnumerable<object> values
)
public:
TestObjectUpdatedException(
String^ message,
IEnumerable<Object^>^ values
)
new :
message:string *
values:IEnumerable<Object> -> TestObjectUpdatedException
Public Sub New (
message As String,
values As IEnumerable(Of Object)
)
Parameters
message
Type: System.StringThe 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.
See Also
IEnumerable
TestObjectUpdatedException Overload
TestObjectUpdatedException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top