TestObjectUpdatedException Constructor (String, Object)
Initializes a new instance of the TestObjectUpdatedException class by using the provided message and the value.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public TestObjectUpdatedException(
string message,
object value
)
public:
TestObjectUpdatedException(
String^ message,
Object^ value
)
new :
message:string *
value:Object -> TestObjectUpdatedException
Public Sub New (
message As String,
value As Object
)
Parameters
message
Type: System.StringThe message for this exception.
value
Type: System.ObjectThe object that cannot be saved.
See Also
TestObjectUpdatedException Overload
TestObjectUpdatedException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top