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