C# Class Rock.Apps.CheckScannerUtility.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Afficher le fichier Open project: SparkDevNetwork/Rock

Méthodes publiques

Méthode Description
App ( ) : System

Initializes a new instance of the App class.

App_DispatcherUnhandledException ( object sender, System e ) : void

Handles the DispatcherUnhandledException event of the App control.

LogException ( Exception ex ) : void

Silently tries to log the exception to the server's exception log service

Method Details

App() public méthode

Initializes a new instance of the App class.
public App ( ) : System
Résultat System

App_DispatcherUnhandledException() public méthode

Handles the DispatcherUnhandledException event of the App control.
public App_DispatcherUnhandledException ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

LogException() public static méthode

Silently tries to log the exception to the server's exception log service
public static LogException ( Exception ex ) : void
ex System.Exception The ex.
Résultat void