C# Class withSIX.Mini.Applications.BasicExternalExceptionhandler

Inheritance: IHandleExceptionPlugin
显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Methods

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

Protected Methods

Method Description
Handle ( Exception exception, string action ) : UserErrorModel

Method Details

Handle() protected static method

protected static Handle ( Exception exception, string action ) : UserErrorModel
exception System.Exception
action string
return withSIX.Core.Applications.Errors.UserErrorModel

HandleException() public abstract method

public abstract HandleException ( Exception ex, string action = "Action" ) : UserErrorModel
ex System.Exception
action string
return withSIX.Core.Applications.Errors.UserErrorModel