C# Class ApiGateway.API.Application.ActionFilters.PostExceptionFilterService

Inheritance: IPostGatewayExceptionFilter
Show file Open project: VeritasSoftware/AspNetCore.ApiGateway

Public Methods

Method Description
OnExceptionAsync ( ExceptionContext context, string api, string key ) : Task

Method Details

OnExceptionAsync() public method

public OnExceptionAsync ( ExceptionContext context, string api, string key ) : Task
context ExceptionContext
api string
key string
return Task