Sdílet prostřednictvím


DiscoveryExceptionDictionary.Remove(String) Metoda

Definice

Odebere ze zadané DiscoveryExceptionDictionaryadresy URL zadanou Exception adresu URL .

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

Adresa URL adresy URL, která Exception se má odebrat z objektu DiscoveryExceptionDictionary.

Výjimky

url je null.

Příklady

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

Platí pro

Viz také