Share via


TestObjectUpdatedException Constructor

 

Initializes a new instance of the TestObjectUpdatedException class.

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

Overload List

Name Description
System_CAPS_protmethod TestObjectUpdatedException(SerializationInfo, StreamingContext)

Initializes a new instance of the TestObjectUpdatedException class from XML by using the provided serialization information and context.

System_CAPS_pubmethod TestObjectUpdatedException(String)

Initializes a new instance of the TestObjectUpdatedException class by using the provided message text.

System_CAPS_pubmethod TestObjectUpdatedException(String, Exception)

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

System_CAPS_pubmethod TestObjectUpdatedException(String, IEnumerable<Object>)

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

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

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

System_CAPS_pubmethod TestObjectUpdatedException(String, Object)

Initializes a new instance of the TestObjectUpdatedException class by using the provided message and the value.

System_CAPS_pubmethod TestObjectUpdatedException(String, Object, Exception)

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

See Also

TestObjectUpdatedException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top