Bagikan melalui


TestObjectUpdatedException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the TestObjectUpdatedException class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method TestObjectUpdatedException(String) Initializes a new instance of the TestObjectUpdatedException class by using the provided message text.
Protected method TestObjectUpdatedException(SerializationInfo, StreamingContext) Initializes a new instance of the TestObjectUpdatedException class from XML by using the provided serialization information and context.
Public method TestObjectUpdatedException(String, IEnumerable<Object>) Initializes a new instance of the TestObjectUpdatedException class by using the provided message and collection of values.
Public method TestObjectUpdatedException(String, Exception) Initializes a new instance of the TestObjectUpdatedException class by using the provided message and inner exception.
Public method TestObjectUpdatedException(String, Object) Initializes a new instance of the TestObjectUpdatedException class by using the provided message and the value.
Public method TestObjectUpdatedException(String, IEnumerable<Object>, Exception) Initializes a new instance of the TestObjectUpdatedException class by using the provided message, collection of values, and inner exception.
Public method TestObjectUpdatedException(String, Object, Exception) Initializes a new instance of the TestObjectUpdatedException class by using the provided message, object, and inner exception.

Top

See Also

Reference

TestObjectUpdatedException Class

Microsoft.TeamFoundation.TestManagement.Client Namespace