C# Class withSIX.Core.Presentation.Wpf.WpfErrorHandler

Inheritance: withSIX.Core.Infra.Services.ErrorHandler
显示文件 Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
Handler ( UserError error, Window window = null ) : Task
WpfErrorHandler ( IDialogManager dialogManager, ISpecialDialogManager specialDialogManager ) : System.Collections.Generic

Private Methods

Method Description
BasicMessageHandler ( UserError userError, Window window ) : Task
ErrorDialog ( UserError error, Window window = null ) : Task

Method Details

Handler() public method

public Handler ( UserError error, Window window = null ) : Task
error UserError
window System.Windows.Window
return Task

WpfErrorHandler() public method

public WpfErrorHandler ( IDialogManager dialogManager, ISpecialDialogManager specialDialogManager ) : System.Collections.Generic
dialogManager IDialogManager
specialDialogManager ISpecialDialogManager
return System.Collections.Generic