DiscoveryExceptionDictionary.Remove(String) Método

Definição

Remove uma Exception com a URL especificada do 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

A URL da Exception a remover do DiscoveryExceptionDictionary.

Exceções

url é null.

Exemplos

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

Aplica-se a

Confira também