C# Class Unit.Silverlight.App

Mostra file Open project: msuarz/fluentspec

Public Methods

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

public App ( ) : System
return System

Application_Exit() public method

public Application_Exit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_Startup() public method

public Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
sender object
e System.Windows.StartupEventArgs
return void

Application_UnhandledException() public method

public Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
sender object
e System.Windows.ApplicationUnhandledExceptionEventArgs
return void

ReportErrorToDOM() public method

public ReportErrorToDOM ( System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
e System.Windows.ApplicationUnhandledExceptionEventArgs
return void