C# Class withSIX.Core.Presentation.Wpf.Services.ExDialog

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
CurrentDomainOnUnhandledException ( object sender, UnhandledExceptionEventArgs unhandledExceptionEventArgs ) : void
OnDispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs dispatcherUnhandledExceptionEventArgs ) : void
SetupExceptionHandler ( Application app ) : void

Private Methods

Méthode Description
HandleEx ( Exception ex ) : void

Method Details

CurrentDomainOnUnhandledException() public static méthode

public static CurrentDomainOnUnhandledException ( object sender, UnhandledExceptionEventArgs unhandledExceptionEventArgs ) : void
sender object
unhandledExceptionEventArgs System.UnhandledExceptionEventArgs
Résultat void

OnDispatcherUnhandledException() public static méthode

public static OnDispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs dispatcherUnhandledExceptionEventArgs ) : void
sender object
dispatcherUnhandledExceptionEventArgs System.Windows.Threading.DispatcherUnhandledExceptionEventArgs
Résultat void

SetupExceptionHandler() public static méthode

public static SetupExceptionHandler ( Application app ) : void
app System.Windows.Application
Résultat void