DiscoveryExceptionDictionary.Remove(String) Methode

Definition

Entfernt eine Exception mit der angegebenen URL aus dem DiscoveryExceptionDictionary.

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

Parameter

url
String

Die URL der Exception, die aus dem DiscoveryExceptionDictionary entfernt werden soll.

Ausnahmen

url ist null.

Beispiele

// 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)

Gilt für

Siehe auch