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 | |
---|---|---|
TestObjectUpdatedException(SerializationInfo, StreamingContext) | Initializes a new instance of the TestObjectUpdatedException class from XML by using the provided serialization information and context. |
|
TestObjectUpdatedException(String) | Initializes a new instance of the TestObjectUpdatedException class by using the provided message text. |
|
TestObjectUpdatedException(String, Exception) | Initializes a new instance of the TestObjectUpdatedException class by using the provided message and inner exception. |
|
TestObjectUpdatedException(String, IEnumerable<Object>) | Initializes a new instance of the TestObjectUpdatedException class by using the provided message and collection of values. |
|
TestObjectUpdatedException(String, IEnumerable<Object>, Exception) | Initializes a new instance of the TestObjectUpdatedException class by using the provided message, collection of values, and inner exception. |
|
TestObjectUpdatedException(String, Object) | Initializes a new instance of the TestObjectUpdatedException class by using the provided message and the value. |
|
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