C# Class Unit.Silverlight.App

Afficher le fichier Open project: msuarz/fluentspec

Méthodes publiques

Méthode Description
App ( ) : System
Application_Exit ( object sender, EventArgs e ) : void
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
ReportErrorToDOM ( System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

Application_Exit() public méthode

public Application_Exit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Application_Startup() public méthode

public Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
sender object
e System.Windows.StartupEventArgs
Résultat void

Application_UnhandledException() public méthode

public Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
sender object
e System.Windows.ApplicationUnhandledExceptionEventArgs
Résultat void

ReportErrorToDOM() public méthode

public ReportErrorToDOM ( System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
e System.Windows.ApplicationUnhandledExceptionEventArgs
Résultat void