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^, Object^, Exception^)

 

Initializes a new instance of the TestObjectUpdatedException class by using the provided message, object, and inner exception.

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

public:
TestObjectUpdatedException(
	String^ message,
	Object^ value,
	Exception^ innerException
)

Parameters

message
Type: System::String^

The message for this exception.

value
Type: System::Object^

The object that cannot be saved.

innerException
Type: System::Exception^

The exception that caused the current exception.

Return to top
Show: