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: