指定した URL を持つ Exception を DiscoveryExceptionDictionary から削除します。
Public Sub Remove( _
ByVal url As String _)
[C#]
public void Remove(stringurl);
[C++]
public: void Remove(String* url);
[JScript]
public function Remove(
url : String);
パラメータ
- url
DiscoveryExceptionDictionary から削除する Exception の URL。
例外
例外の種類 | 条件 |
---|---|
ArgumentNullException | url が null 参照 (Visual Basic では Nothing) です。 |
使用例
' Remove the discovery exception.for the key 'myUrlKey'.
myExceptionDictionary.Remove(myUrlKey)
[C#]
// Remove the discovery exception.for the key 'myUrlKey'.
myExceptionDictionary.Remove(myUrlKey);
[C++]
// Remove the discovery exception.for the key 'myUrlKey'.
myExceptionDictionary->Remove(myUrlKey);
[JScript] JScript のサンプルはありません。Visual Basic、C#、および C++ のサンプルを表示するには、このページの左上隅にある言語のフィルタ ボタン をクリックします。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
DiscoveryExceptionDictionary クラス | DiscoveryExceptionDictionary メンバ | System.Web.Services.Discovery 名前空間 | Remove