Name

DiscoveryExceptionDictionary

Synopsis

This class is a collection of exception objects. It is used by the DiscoveryClientProtocol.Errors property to represent all errors that occured during the discovery process.

Public NotInheritable Class DiscoveryExceptionDictionary : Inherits DictionaryBase
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public Default Property Item(
        ByVal url As String) As Exception  
   Public ReadOnly Property Keys As ICollection Implements IDictionary.Keys 
   Public ReadOnly Property Values As ICollection Implements IDictionary.Values 
' Public Instance Methods
   Public Sub Add(ByVal url As String, 
        ByVal value As Exception) 
   Public Function Contains(ByVal url As String) As Boolean  
   Public Sub Remove(ByVal url As String) 
End Class

Hierarchy

System.Object System.Collections.DictionaryBase(System.Collections.IDictionary, System.Collections.ICollection, System.Collections.IEnumerable) DiscoveryExceptionDictionary

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.