C# 클래스 Rock.Apps.CheckScannerUtility.App

Interaction logic for App.xaml
상속: System.Windows.Application
파일 보기 프로젝트 열기: SparkDevNetwork/Rock

공개 메소드들

메소드 설명
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