DiscoveryExceptionDictionary.Remove(String) Método

Definición

Quita Exception con la dirección URL especificada de DiscoveryExceptionDictionary.

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

Parámetros

url
String

Dirección URL de Exception que se va a quitar de DiscoveryExceptionDictionary.

Excepciones

url es null.

Ejemplos

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

Se aplica a

Consulte también