C# 클래스 withSIX.Core.Presentation.Wpf.Services.ExDialog

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
CurrentDomainOnUnhandledException ( object sender, UnhandledExceptionEventArgs unhandledExceptionEventArgs ) : void
OnDispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs dispatcherUnhandledExceptionEventArgs ) : void
SetupExceptionHandler ( Application app ) : void

비공개 메소드들

메소드 설명
HandleEx ( Exception ex ) : void

메소드 상세

CurrentDomainOnUnhandledException() 공개 정적인 메소드

public static CurrentDomainOnUnhandledException ( object sender, UnhandledExceptionEventArgs unhandledExceptionEventArgs ) : void
sender object
unhandledExceptionEventArgs System.UnhandledExceptionEventArgs
리턴 void

OnDispatcherUnhandledException() 공개 정적인 메소드

public static OnDispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs dispatcherUnhandledExceptionEventArgs ) : void
sender object
dispatcherUnhandledExceptionEventArgs System.Windows.Threading.DispatcherUnhandledExceptionEventArgs
리턴 void

SetupExceptionHandler() 공개 정적인 메소드

public static SetupExceptionHandler ( Application app ) : void
app System.Windows.Application
리턴 void