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

要从 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)

适用于

另请参阅