C# Class Flatwhite.Tests.SwallowExceptionAttribute

Inheritance: ExceptionFilterAttribute
Exibir arquivo Open project: vanthoainguyen/Flatwhite

Public Methods

Method Description
OnException ( MethodExceptionContext exceptionContext ) : void
OnExceptionAsync ( MethodExceptionContext exceptionContext ) : Task

Method Details

OnException() public method

public OnException ( MethodExceptionContext exceptionContext ) : void
exceptionContext MethodExceptionContext
return void

OnExceptionAsync() public method

public OnExceptionAsync ( MethodExceptionContext exceptionContext ) : Task
exceptionContext MethodExceptionContext
return Task