C# Class Rock.Apps.CheckScannerUtility.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Mostra file Open project: SparkDevNetwork/Rock

Public Methods

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

Initializes a new instance of the App class.
public App ( ) : System
return System

App_DispatcherUnhandledException() public method

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.
return void

LogException() public static method

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