DiscoveryExceptionDictionary.Remove Method (String)

 

Removes an Exception with the specified URL from the DiscoveryExceptionDictionary.

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

member Remove : 
        url:string -> unit

Parameters

url
Type: System.String

The URL of the Exception to remove from the DiscoveryExceptionDictionary.

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: