DiscoveryExceptionDictionary Properties
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the DictionaryBase instance.(Inherited from DictionaryBase.) |
![]() | Item(String) | Gets or sets the Exception that occurred while discovering the specified URL from the DiscoveryExceptionDictionary. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.IsSynchronized | Gets a value indicating whether access to a DictionaryBase object is synchronized (thread safe).(Inherited from DictionaryBase.) |
![]() ![]() | ICollection.SyncRoot | Gets an object that can be used to synchronize access to a DictionaryBase object.(Inherited from DictionaryBase.) |
![]() ![]() | IDictionary.IsFixedSize | Gets a value indicating whether a DictionaryBase object has a fixed size.(Inherited from DictionaryBase.) |
![]() ![]() | IDictionary.IsReadOnly | Gets a value indicating whether a DictionaryBase object is read-only.(Inherited from DictionaryBase.) |
![]() ![]() | IDictionary.Item(Object) | Gets or sets the value associated with the specified key.(Inherited from DictionaryBase.) |
![]() ![]() | IDictionary.Keys | Gets an ICollection object containing the keys in the DictionaryBase object.(Inherited from DictionaryBase.) |
![]() ![]() | IDictionary.Values | Gets an ICollection object containing the values in the DictionaryBase object.(Inherited from DictionaryBase.) |


