C# Class ServiceInsight.Framework.ExceptionHandler

Afficher le fichier Open project: Particular/ServiceInsight Class Usage Examples

Private Properties

Свойство Type Description
CopyClick void
CurrentDispatcher_UnhandledException void
CurrentDomain_UnhandledException void
ExceptionHandler System
ExitClick void
LogException void
ReportClick void
ShowExceptionDialog void
TaskScheduler_UnobservedTaskException void

Méthodes publiques

Méthode Description
Attach ( ) : void

Méthodes protégées

Méthode Description
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Méthode Description
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

Method Details

Attach() public static méthode

public static Attach ( ) : void
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void