C# Class ServiceInsight.Shell.AppExceptionHandler

显示文件 Open project: Particular/ServiceInsight

Public Methods

Method Description
AppExceptionHandler ( IWindowManagerEx windowManager, IEventAggregator eventAggregator, ShellViewModel shell ) : System
Handle ( Exception error, Action baseAction ) : void

Private Methods

Method Description
IsSoftError ( Exception rootError ) : bool
ShowWarning ( Exception error ) : void
StopAsyncProgress ( Exception rootError ) : void

Method Details

AppExceptionHandler() public method

public AppExceptionHandler ( IWindowManagerEx windowManager, IEventAggregator eventAggregator, ShellViewModel shell ) : System
windowManager IWindowManagerEx
eventAggregator IEventAggregator
shell ShellViewModel
return System

Handle() public method

public Handle ( Exception error, Action baseAction ) : void
error System.Exception
baseAction Action
return void