C# Class Dev2.Studio.Diagnostics.AppExceptionHandlerAbstract

Inheritance: IAppExceptionHandler
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Handle ( Exception e ) : bool

Protected Methods

Method Description
CreatePopupController ( ) : IAppExceptionPopupController
RestartApp ( ) : void
ShutdownApp ( ) : void
ToErrorString ( Exception ex ) : string

Method Details

CreatePopupController() protected abstract method

protected abstract CreatePopupController ( ) : IAppExceptionPopupController
return IAppExceptionPopupController

Handle() public method

public Handle ( Exception e ) : bool
e System.Exception
return bool

RestartApp() protected abstract method

protected abstract RestartApp ( ) : void
return void

ShutdownApp() protected abstract method

protected abstract ShutdownApp ( ) : void
return void

ToErrorString() protected method

protected ToErrorString ( Exception ex ) : string
ex System.Exception
return string