DiscoveryExceptionDictionary.Remove(String) Método

Definição

Remove um 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 de para Exception remover de .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

Ver também