Share via


DispatcherUnhandledExceptionFilterEventArgs.RequestCatch 속성

정의

이벤트 처리기가 호출될 때 예외를 catch해야 하는지 여부를 가져오거나 설정합니다.

public:
 property bool RequestCatch { bool get(); void set(bool value); };
public bool RequestCatch { get; set; }
member this.RequestCatch : bool with get, set
Public Property RequestCatch As Boolean

속성 값

UnhandledException이 발생해야 하면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

설명

합니다 UnhandledExceptionFilter 이벤트 발생 시 키 지 하는 방법을 제공 합니다 UnhandledException 이벤트입니다. 합니다 UnhandledException 먼저 발생 경우 RequestCatchDispatcherUnhandledExceptionFilterEventArgs 로 설정 되어 false, UnhandledException 이벤트 발생 하지 것입니다.

멀티 캐스트 이벤트 이전 처리기 수 있는 이미이 속성을 설정 false, 예외 발견 되지 않으므로 나타내는입니다. "Catch" 동작 가능성이 디버깅 시나리오를 의미 하기 때문에 다른 모든 항목을 재정의 합니다.

적용 대상

추가 정보