This documentation is archived and is not being maintained.

DiscoveryExceptionDictionary Members

Collects exceptions that occurred during XML Web services discovery. This class cannot be inherited.

The DiscoveryExceptionDictionary type exposes the following members.

  NameDescription
Public method DiscoveryExceptionDictionary Initializes a new instance of the DiscoveryExceptionDictionary class.
Top

  NameDescription
Public method Add Adds an Exception with a key of url to the DiscoveryExceptionDictionary.
Public method Clear Clears the contents of the DictionaryBase instance. (Inherited from DictionaryBase.)
Public method Contains Determines whether the DiscoveryExceptionDictionary contains an Exception with the specified URL.
Public method CopyTo Copies the DictionaryBase elements to a one-dimensional Array at the specified index. (Inherited from DictionaryBase.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator Returns an IDictionaryEnumerator that iterates through the DictionaryBase instance. (Inherited from DictionaryBase.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnClear Performs additional custom processes before clearing the contents of the DictionaryBase instance. (Inherited from DictionaryBase.)
Protected method OnClearComplete Performs additional custom processes after clearing the contents of the DictionaryBase instance. (Inherited from DictionaryBase.)
Protected method OnGet Gets the element with the specified key and value in the DictionaryBase instance. (Inherited from DictionaryBase.)
Protected method OnInsert Performs additional custom processes before inserting a new element into the DictionaryBase instance. (Inherited from DictionaryBase.)
Protected method OnInsertComplete Performs additional custom processes after inserting a new element into the DictionaryBase instance. (Inherited from DictionaryBase.)
Protected method OnRemove Performs additional custom processes before removing an element from the DictionaryBase instance. (Inherited from DictionaryBase.)
Protected method OnRemoveComplete Performs additional custom processes after removing an element from the DictionaryBase instance. (Inherited from DictionaryBase.)
Protected method OnSet Performs additional custom processes before setting a value in the DictionaryBase instance. (Inherited from DictionaryBase.)
Protected method OnSetComplete Performs additional custom processes after setting a value in the DictionaryBase instance. (Inherited from DictionaryBase.)
Protected method OnValidate Performs additional custom processes when validating the element with the specified key and value. (Inherited from DictionaryBase.)
Public method Remove Removes an Exception with the specified URL from the DiscoveryExceptionDictionary.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property Count Gets the number of elements contained in the DictionaryBase instance. (Inherited from DictionaryBase.)
Protected property Dictionary Gets the list of elements contained in the DictionaryBase instance. (Inherited from DictionaryBase.)
Protected property InnerHashtable Gets the list of elements contained in the DictionaryBase instance. (Inherited from DictionaryBase.)
Public property Item Gets or sets the Exception that occurred while discovering the specified URL from the DiscoveryExceptionDictionary.
Public property Keys Gets a System.Collections::ICollection object with all the keys in the DiscoveryExceptionDictionary.
Public property Values Gets a System.Collections::ICollection object containing all the values in the DiscoveryExceptionDictionary.
Top

  NameDescription
Explicit interface implemetation Private method IDictionary::Add Adds an element with the specified key and value into the DictionaryBase. (Inherited from DictionaryBase.)
Explicit interface implemetation Private method IDictionary::Contains Determines whether the DictionaryBase contains a specific key. (Inherited from DictionaryBase.)
Explicit interface implemetation Private method IEnumerable::GetEnumerator Returns an IEnumerator that iterates through the DictionaryBase. (Inherited from DictionaryBase.)
Explicit interface implemetation Private property IDictionary::IsFixedSize Gets a value indicating whether a DictionaryBase object has a fixed size. (Inherited from DictionaryBase.)
Explicit interface implemetation Private property IDictionary::IsReadOnly Gets a value indicating whether a DictionaryBase object is read-only. (Inherited from DictionaryBase.)
Explicit interface implemetation Private property ICollection::IsSynchronized Gets a value indicating whether access to a DictionaryBase object is synchronized (thread safe). (Inherited from DictionaryBase.)
Explicit interface implemetation Private property IDictionary::Item Gets or sets the value associated with the specified key. (Inherited from DictionaryBase.)
Explicit interface implemetation Private property IDictionary::Keys Gets an ICollection object containing the keys in the DictionaryBase object. (Inherited from DictionaryBase.)
Explicit interface implemetation Private method IDictionary::Remove Removes the element with the specified key from the DictionaryBase. (Inherited from DictionaryBase.)
Explicit interface implemetation Private property ICollection::SyncRoot Gets an object that can be used to synchronize access to a DictionaryBase object. (Inherited from DictionaryBase.)
Explicit interface implemetation Private property IDictionary::Values Gets an ICollection object containing the values in the DictionaryBase object. (Inherited from DictionaryBase.)
Top
Show: