ApiGateway.API.Application.ActionFilters.PostExceptionFilterService.OnExceptionAsync C# (CSharp) Method

OnExceptionAsync() public method

public OnExceptionAsync ( ExceptionContext context, string api, string key ) : Task
context ExceptionContext
api string
key string
return Task
        public async Task OnExceptionAsync(ExceptionContext context, string api, string key)
        {
            //handle exception here

            await Task.CompletedTask;
        }
    }
PostExceptionFilterService