DiscoveryExceptionDictionary.Remove(String) Methode

Definitie

Hiermee verwijdert u een Exception met de opgegeven URL uit de DiscoveryExceptionDictionary.

public:
 void Remove(System::String ^ url);
public void Remove(string url);
member this.Remove : string -> unit
Public Sub Remove (url As String)

Parameters

url
String

De URL van de Exception te verwijderen url van de DiscoveryExceptionDictionary.

Uitzonderingen

url is null.

Voorbeelden

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

Van toepassing op

Zie ook