DiscoveryExceptionDictionary.Contains Method (String)

 

Determines whether the DiscoveryExceptionDictionary contains an Exception with the specified URL.

Namespace:   System.Web.Services.Discovery
Assembly:  System.Web.Services (in System.Web.Services.dll)

member Contains : 
        url:string -> bool

Parameters

url
Type: System.String

The URL of the Exception to locate within the DiscoveryExceptionDictionary.

Return Value

Type: System.Boolean

true if the DiscoveryExceptionDictionary contains an Exception with the specified URL; otherwise, false.

Exception Condition
ArgumentNullException

url is null.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: