Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
void Remove(
	String^ url
)

Parameters

url
Type: System::String^

The URL of the Exception to remove from the DiscoveryExceptionDictionary.

Exception Condition
ArgumentNullException

url is null.

// Remove the discovery exception.for the key 'myUrlKey'.
myExceptionDictionary->Remove( myUrlKey );

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft