DiscoveryExceptionDictionary.Remove(String) Метод

Определение

Удаляет Exception с указанным URL-адресом из DiscoveryExceptionDictionary.

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

Параметры

url
String

URL-адрес Exception для удаления из DiscoveryExceptionDictionary.

Исключения

url имеет значение null.

Примеры

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

Применяется к

См. также раздел