C# Class Owin.Scim.Configuration.OwinScimExceptionHandler

This disables WebApi exception handling, based on a pass-through exception handler: ref https://www.jayway.com/2016/01/08/improving-error-handling-asp-net-web-api-2-1-owin/
Inheritance: IExceptionHandler
Exibir arquivo Open project: PowerDMS/Owin.Scim

Public Methods

Method Description
HandleAsync ( System.Web.Http.ExceptionHandling.ExceptionHandlerContext context, CancellationToken cancellationToken ) : Task

Method Details

HandleAsync() public method

public HandleAsync ( System.Web.Http.ExceptionHandling.ExceptionHandlerContext context, CancellationToken cancellationToken ) : Task
context System.Web.Http.ExceptionHandling.ExceptionHandlerContext
cancellationToken System.Threading.CancellationToken
return Task