This documentation is archived and is not being maintained.
ExceptionPropertyCollection Class
Visual Studio 2013
Represents a collection of properties associated with an exception.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
The ExceptionPropertyCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ExceptionPropertyCollection | Initializes a new instance of the ExceptionPropertyCollection class. |
| Name | Description | |
|---|---|---|
![]() | Copy(ExceptionPropertyCollection) | Copies the properties from the specified collection to this collection. |
![]() | Copy(ExceptionPropertyCollection, Boolean) | Copies the properties from the specified collection to this collection. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove | Removes the property in this collection with the specified name. |
![]() | Set(String, Boolean) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Boolean()) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Byte) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Byte()) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Char) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, DateTime) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, DateTime()) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Decimal) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Decimal()) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Double) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Double()) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Guid) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Guid()) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Int16) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Int16()) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Int32) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Int32()) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Int64) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Int64()) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Single) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, Single()) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, String) | Sets the exception property with the specified name to the specified value. |
![]() | Set(String, String()) | Sets the exception property with the specified name to the specified value. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable(Of KeyValuePair(Of String, Object)).GetEnumerator | Gets an enumerator for this collection. |
![]() ![]() | IEnumerable.GetEnumerator | Gets an enumerator for this collection. |
Show:
