C# Class Dev2.Studio.Diagnostics.AppExceptionHandler

Inheritance: AppExceptionHandlerAbstract
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
AppExceptionHandler ( IApp current, IMainViewModel mainViewModel ) : System
AppExceptionHandler ( IApp current, IShellViewModel mainViewModel ) : System

Protected Methods

Method Description
CreatePopupController ( ) : IAppExceptionPopupController
RestartApp ( ) : void
ShutdownApp ( ) : void

Method Details

AppExceptionHandler() public method

public AppExceptionHandler ( IApp current, IMainViewModel mainViewModel ) : System
current IApp
mainViewModel IMainViewModel
return System

AppExceptionHandler() public method

public AppExceptionHandler ( IApp current, IShellViewModel mainViewModel ) : System
current IApp
mainViewModel IShellViewModel
return System

CreatePopupController() protected method

protected CreatePopupController ( ) : IAppExceptionPopupController
return IAppExceptionPopupController

RestartApp() protected method

protected RestartApp ( ) : void
return void

ShutdownApp() protected method

protected ShutdownApp ( ) : void
return void