다음을 통해 공유


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입니다.

예외

url이(가) null인 경우

예제

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

적용 대상

추가 정보