C# Класс Rock.Apps.CheckScannerUtility.App

Interaction logic for App.xaml
Наследование: System.Windows.Application
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

App() публичный Метод

Initializes a new instance of the App class.
public App ( ) : System
Результат System

App_DispatcherUnhandledException() публичный Метод

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.
Результат void

LogException() публичный статический Метод

Silently tries to log the exception to the server's exception log service
public static LogException ( Exception ex ) : void
ex System.Exception The ex.
Результат void