Bagikan melalui


DiscoveryExceptionDictionary.Remove(String) Metode

Definisi

Exception Menghapus dengan URL yang ditentukan dari DiscoveryExceptionDictionary.

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

Parameter

url
String

URL yang akan Exception dihapus dari DiscoveryExceptionDictionary.

Pengecualian

urladalah null.

Contoh

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

Berlaku untuk

Lihat juga