DiscoveryExceptionDictionary.Remove(String) Méthode

Définition

Supprime Exception de DiscoveryExceptionDictionary avec l'URLspécifiée.

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 Exception à supprimer de 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