C# Class TaskCardCreator.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Exibir arquivo Open project: frederiksen/Task-Card-Creator

Public Methods

Method Description
App ( ) : System.Windows
App_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void

Unhandled exception are logged, and not handled

Method Details

App() public method

public App ( ) : System.Windows
return System.Windows

App_DispatcherUnhandledException() public method

Unhandled exception are logged, and not handled
public App_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
sender object
e System.Windows.Threading.DispatcherUnhandledExceptionEventArgs
return void