C# Class Flatwhite.Tests.SwallowExceptionAttribute

Inheritance: ExceptionFilterAttribute
Afficher le fichier Open project: vanthoainguyen/Flatwhite

Méthodes publiques

Méthode Description
OnException ( MethodExceptionContext exceptionContext ) : void
OnExceptionAsync ( MethodExceptionContext exceptionContext ) : Task

Method Details

OnException() public méthode

public OnException ( MethodExceptionContext exceptionContext ) : void
exceptionContext MethodExceptionContext
Résultat void

OnExceptionAsync() public méthode

public OnExceptionAsync ( MethodExceptionContext exceptionContext ) : Task
exceptionContext MethodExceptionContext
Résultat Task