DiscoveryExceptionDictionary.Remove(String) Metod

Definition

Tar bort en Exception med den angivna URL:en från DiscoveryExceptionDictionary.

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

Parametrar

url
String

URL:en för att Exception ta bort från DiscoveryExceptionDictionary.

Undantag

url är null.

Exempel

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

Gäller för

Se även