다음을 통해 공유


WindowsFormsApplicationBase.OnUnhandledException 메서드

정의

파생 클래스에서 재정의된 경우 애플리케이션에서 처리되지 않은 예외가 발생할 때 코드가 실행될 수 있도록 합니다.

protected:
 virtual bool OnUnhandledException(Microsoft::VisualBasic::ApplicationServices::UnhandledExceptionEventArgs ^ e);
protected virtual bool OnUnhandledException (Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs e);
abstract member OnUnhandledException : Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs -> bool
override this.OnUnhandledException : Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs -> bool
Protected Overridable Function OnUnhandledException (e As UnhandledExceptionEventArgs) As Boolean

매개 변수

e
UnhandledExceptionEventArgs

이벤트 데이터입니다.

반환

Boolean 이벤트가 생성되었는지 여부를 나타내는 UnhandledException입니다.

설명

기본적으로 이 메서드는 디버거가 UnhandledException 연결되지 않고 사용자가 이벤트를 처리하는 한 이벤트를 발생합니다 UnhandledException . 이벤트 처리기는 속성을 설정할 ExitApplication 수 있습니다. 하는 경우 ExitApplicationFalse, 애플리케이션은 예외 처리기에서 반환 될 때 종료 이벤트가 처리 되지 않은 경우 또는 합니다. 그렇지 않은 경우 애플리케이션의 컨트롤 Windows Forms 메시지 루프에 반환 됩니다.

적용 대상

추가 정보