This documentation is archived and is not being maintained.

ExceptionPropertyCollection Class

Represents a collection of properties associated with an exception.

System.Object
  Microsoft.TeamFoundation.Common.ExceptionPropertyCollection

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

'Declaration
Public NotInheritable Class ExceptionPropertyCollection _
	Implements IEnumerable(Of KeyValuePair(Of String, Object)),  _
	IEnumerable

The ExceptionPropertyCollection type exposes the following members.

  NameDescription
Public methodExceptionPropertyCollectionInitializes a new instance of the ExceptionPropertyCollection class.
Top

  NameDescription
Public propertyCountGets the number of properties in this collection.
Top

  NameDescription
Public methodCopy(ExceptionPropertyCollection)Copies the properties from the specified collection to this collection.
Public methodCopy(ExceptionPropertyCollection, Boolean)Copies the properties from the specified collection to this collection.
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodRemoveRemoves the property in this collection with the specified name.
Public methodSet(String, Boolean)Sets the exception property with the specified name to the specified value.
Public methodSet(String, Boolean())Sets the exception property with the specified name to the specified value.
Public methodSet(String, Byte)Sets the exception property with the specified name to the specified value.
Public methodSet(String, Byte())Sets the exception property with the specified name to the specified value.
Public methodSet(String, Char)Sets the exception property with the specified name to the specified value.
Public methodSet(String, DateTime)Sets the exception property with the specified name to the specified value.
Public methodSet(String, DateTime())Sets the exception property with the specified name to the specified value.
Public methodSet(String, Decimal)Sets the exception property with the specified name to the specified value.
Public methodSet(String, Decimal())Sets the exception property with the specified name to the specified value.
Public methodSet(String, Double)Sets the exception property with the specified name to the specified value.
Public methodSet(String, Double())Sets the exception property with the specified name to the specified value.
Public methodSet(String, Guid)Sets the exception property with the specified name to the specified value.
Public methodSet(String, Guid())Sets the exception property with the specified name to the specified value.
Public methodSet(String, Int16)Sets the exception property with the specified name to the specified value.
Public methodSet(String, Int16())Sets the exception property with the specified name to the specified value.
Public methodSet(String, Int32)Sets the exception property with the specified name to the specified value.
Public methodSet(String, Int32())Sets the exception property with the specified name to the specified value.
Public methodSet(String, Int64)Sets the exception property with the specified name to the specified value.
Public methodSet(String, Int64())Sets the exception property with the specified name to the specified value.
Public methodSet(String, Single)Sets the exception property with the specified name to the specified value.
Public methodSet(String, Single())Sets the exception property with the specified name to the specified value.
Public methodSet(String, String)Sets the exception property with the specified name to the specified value.
Public methodSet(String, String())Sets the exception property with the specified name to the specified value.
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetationPrivate methodIEnumerable(Of KeyValuePair(Of String, Object)).GetEnumeratorGets an enumerator for this collection.
Explicit interface implemetationPrivate methodIEnumerable.GetEnumeratorGets an enumerator for this collection.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: