DiscoveryExceptionDictionary.Remove(String) Metodo

Definizione

Rimuove un oggetto Exception con l'URL specificato da DiscoveryExceptionDictionary.

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

Parametri

url
String

URL dell'oggetto Exception da rimuovere da DiscoveryExceptionDictionary.

Eccezioni

url è null.

Esempio

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

Si applica a

Vedi anche