Метод | Описание | |
---|---|---|
App ( ) : System | ||
Application_Exit ( object sender, |
||
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void | ||
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void | ||
ReportErrorToDOM ( System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void |
public Application_Exit ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void | ||
sender | object | |
e | System.Windows.StartupEventArgs | |
Результат | void |
public Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void | ||
sender | object | |
e | System.Windows.ApplicationUnhandledExceptionEventArgs | |
Результат | void |
public ReportErrorToDOM ( System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void | ||
e | System.Windows.ApplicationUnhandledExceptionEventArgs | |
Результат | void |