This documentation is archived and is not being maintained.
DiscoveryExceptionDictionary Members
.NET Framework 1.1
DiscoveryExceptionDictionary overview
Public Constructors
DiscoveryExceptionDictionary Constructor | Initializes a new instance of the DiscoveryExceptionDictionary class. |
Public Properties
Count (inherited from DictionaryBase) | Gets the number of elements contained in the DictionaryBase instance. |
Item | Gets or sets the Exception that occurred while discovering the specified URL from the DiscoveryExceptionDictionary.
In C#, this property is the indexer for the DiscoveryExceptionDictionary class. |
Keys | Gets a System.Collections.ICollection object with all the keys in the DiscoveryExceptionDictionary. |
Values | Gets a System.Collections.ICollection object containing all the values in the DiscoveryExceptionDictionary. |
Public Methods
Add | Adds an Exception with a key of url to the DiscoveryExceptionDictionary. |
Clear (inherited from DictionaryBase) | Clears the contents of the DictionaryBase instance. |
Contains | Determines whether the DiscoveryExceptionDictionary contains an Exception with the specified URL. |
CopyTo (inherited from DictionaryBase) | Copies the DictionaryBase elements to a one-dimensional Array at the specified index. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetEnumerator (inherited from DictionaryBase) | Returns an IDictionaryEnumerator that can iterate through the DictionaryBase instance. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Remove | Removes an Exception with the specified URL from the DiscoveryExceptionDictionary. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Properties
Dictionary (inherited from DictionaryBase) | Gets the list of elements contained in the DictionaryBase instance. |
InnerHashtable (inherited from DictionaryBase) | Gets the list of elements contained in the DictionaryBase instance. |
Protected Methods
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnClear (inherited from DictionaryBase) | Performs additional custom processes before clearing the contents of the DictionaryBase instance. |
OnClearComplete (inherited from DictionaryBase) | Performs additional custom processes after clearing the contents of the DictionaryBase instance. |
OnGet (inherited from DictionaryBase) | Gets the element with the specified key and value in the DictionaryBase instance. |
OnInsert (inherited from DictionaryBase) | Performs additional custom processes before inserting a new element into the DictionaryBase instance. |
OnInsertComplete (inherited from DictionaryBase) | Performs additional custom processes after inserting a new element into the DictionaryBase instance. |
OnRemove (inherited from DictionaryBase) | Performs additional custom processes before removing an element from the DictionaryBase instance. |
OnRemoveComplete (inherited from DictionaryBase) | Performs additional custom processes after removing an element from the DictionaryBase instance. |
OnSet (inherited from DictionaryBase) | Performs additional custom processes before setting a value in the DictionaryBase instance. |
OnSetComplete (inherited from DictionaryBase) | Performs additional custom processes after setting a value in the DictionaryBase instance. |
OnValidate (inherited from DictionaryBase) | Performs additional custom processes when validating the element with the specified key and value. |
See Also
DiscoveryExceptionDictionary Class | System.Web.Services.Discovery Namespace
Show:
