Udostępnij za pośrednictwem


DiscoveryExceptionDictionary.Remove(String) Metoda

Definicja

Usuwa element Exception z określonym adresem URL z adresu DiscoveryExceptionDictionary.

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

Parametry

url
String

Adres URL polecenia Exception do usunięcia z elementu DiscoveryExceptionDictionary.

Wyjątki

url to null.

Przykłady

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

Dotyczy

Zobacz też