C# Class withSIX.Mini.Applications.BasicExternalExceptionhandler

Inheritance: IHandleExceptionPlugin
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
HandleException ( Exception ex, string action = "Action" ) : UserErrorModel

Méthodes protégées

Méthode Description
Handle ( Exception exception, string action ) : UserErrorModel

Method Details

Handle() protected static méthode

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

HandleException() public abstract méthode

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