DiscoveryExceptionDictionary.Remove(String) Méthode

Définition

Supprime une Exception URL avec l’URL spécifiée du DiscoveryExceptionDictionary.

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

Paramètres

url
String

URL de la Exception suppression de l’objet DiscoveryExceptionDictionary.

Exceptions

url a la valeur null.

Exemples

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

S’applique à

Voir aussi