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)
Syntax
public TestObjectUpdatedException(
string message,
object value,
Exception innerException
)
public:
TestObjectUpdatedException(
String^ message,
Object^ value,
Exception^ innerException
)
new :
message:string *
value:Object *
innerException:Exception -> TestObjectUpdatedException
Public Sub New (
message As String,
value As Object,
innerException As Exception
)
Parameters
message
Type: System.StringThe message for this exception.
value
Type: System.ObjectThe object that cannot be saved.
innerException
Type: System.ExceptionThe exception that caused the current exception.
See Also
TestObjectUpdatedException Overload
TestObjectUpdatedException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top