DiscoveryExceptionDictionary.Remove(String) メソッド

定義

指定した URL を持つ ExceptionDiscoveryExceptionDictionary から削除します。

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

パラメーター

url
String

Exception から削除する DiscoveryExceptionDictionary の URL。

例外

urlnullです。

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

適用対象

こちらもご覧ください