C# 클래스 ServiceInsight.Framework.ExceptionHandler

파일 보기 프로젝트 열기: Particular/ServiceInsight 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CopyClick void
CurrentDispatcher_UnhandledException void
CurrentDomain_UnhandledException void
ExceptionHandler System
ExitClick void
LogException void
ReportClick void
ShowExceptionDialog void
TaskScheduler_UnobservedTaskException void

공개 메소드들

메소드 설명
Attach ( ) : void

보호된 메소드들

메소드 설명
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

비공개 메소드들

메소드 설명
CopyClick ( object sender, RoutedEventArgs e ) : void
CurrentDispatcher_UnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
ExceptionHandler ( ) : System
ExitClick ( object sender, RoutedEventArgs e ) : void
LogException ( Exception ex ) : void
ReportClick ( object sender, RoutedEventArgs e ) : void
ShowExceptionDialog ( Exception ex ) : void
TaskScheduler_UnobservedTaskException ( object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs e ) : void

메소드 상세

Attach() 공개 정적인 메소드

public static Attach ( ) : void
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void