This topic has not yet been rated - Rate this topic

ExceptionPropertyCollection Class

Represents a collection of properties associated with an exception.

Object
  Microsoft.TeamFoundation.Common.ExceptionPropertyCollection

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
public sealed class ExceptionPropertyCollection : IEnumerable<KeyValuePair<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 a hash function for a particular type. (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<KeyValuePair<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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.