Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
TestObjectUpdatedException(String) | Initializes a new instance of the TestObjectUpdatedException class by using the provided message text. |
![]() |
TestObjectUpdatedException(SerializationInfo, StreamingContext) | Initializes a new instance of the TestObjectUpdatedException class from XML by using the provided serialization information and context. |
![]() |
TestObjectUpdatedException(String, IEnumerable<Object>) | Initializes a new instance of the TestObjectUpdatedException class by using the provided message and collection of values. |
![]() |
TestObjectUpdatedException(String, Exception) | Initializes a new instance of the TestObjectUpdatedException class by using the provided message and inner exception. |
![]() |
TestObjectUpdatedException(String, Object) | Initializes a new instance of the TestObjectUpdatedException class by using the provided message and the value. |
![]() |
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, Exception) | Initializes a new instance of the TestObjectUpdatedException class by using the provided message, object, and inner exception. |
Top