C# Class withSIX.Play.Presentation.Wpf.Services.PlayExceptionHandler

Inheritance: withSIX.Core.Presentation.Services.DefaultExceptionHandler
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
PlayExceptionHandler ( IEnumerable ehs ) : System

Protected Methods

Method Description
HandleExceptionInternal ( Exception ex, string action = "Action" ) : UserErrorModel

Method Details

HandleExceptionInternal() protected method

protected HandleExceptionInternal ( Exception ex, string action = "Action" ) : UserErrorModel
ex System.Exception
action string
return withSIX.Core.Applications.Errors.UserErrorModel

PlayExceptionHandler() public method

public PlayExceptionHandler ( IEnumerable ehs ) : System
ehs IEnumerable
return System