次の方法で共有


DiscoveryExceptionDictionary.Remove メソッド

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

Public Sub Remove( _
   ByVal url As String _)
[C#]
public void Remove(stringurl);
[C++]
public: void Remove(String* url);
[JScript]
public function Remove(
   url : String);

パラメータ

例外

例外の種類 条件
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