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

Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

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

Private Methods

Method Description
HandleEx ( Exception ex ) : void

Method Details

CurrentDomainOnUnhandledException() public static method

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

OnDispatcherUnhandledException() public static method

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

SetupExceptionHandler() public static method

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