Język

DiscoveryExceptionDictionary.Remove(String) Metoda

Definicja

Usuwa obiekt Exception z określonym adresem URL z .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 obiektu Exception do usunięcia z obiektu DiscoveryExceptionDictionary.

Wyjątki

Parametr url ma wartość 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ż