Share via


TestObjectUpdatedException Constructor (String, IEnumerable<Object>, Exception)

 

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

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

Syntax

public TestObjectUpdatedException(
    string message,
    IEnumerable<object> values,
    Exception innerException
)
public:
TestObjectUpdatedException(
    String^ message,
    IEnumerable<Object^>^ values,
    Exception^ innerException
)
new : 
        message:string *
        values:IEnumerable<Object> *
        innerException:Exception -> TestObjectUpdatedException
Public Sub New (
    message As String,
    values As IEnumerable(Of Object),
    innerException As Exception
)

Parameters

  • innerException
    Type: System.Exception

    The exception that caused the current exception.

See Also

IEnumerable
TestObjectUpdatedException Overload
TestObjectUpdatedException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top