C# Class ServiceInsight.Framework.ExceptionHandler

Show file Open project: Particular/ServiceInsight Class Usage Examples

Private Properties

Property Type Description
CopyClick void
CurrentDispatcher_UnhandledException void
CurrentDomain_UnhandledException void
ExceptionHandler System
ExitClick void
LogException void
ReportClick void
ShowExceptionDialog void
TaskScheduler_UnobservedTaskException void

Public Methods

Method Description
Attach ( ) : void

Protected Methods

Method Description
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Method 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 method

public static Attach ( ) : void
return void

OnMouseDown() protected method

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