Skip to content

Commit d60024e

Browse files
author
Chris Santero
committed
rethrow HttpResponseException
1 parent 0f5f9cd commit d60024e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

JSONAPI/ActionFilters/JsonApiQueryableAttribute.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ public override async Task OnActionExecutedAsync(HttpActionExecutedContext actio
7676
materializedResults,
7777
objectContent.Formatter);
7878
}
79+
catch (HttpResponseException)
80+
{
81+
throw;
82+
}
7983
catch (QueryableTransformException ex)
8084
{
8185
throw new HttpResponseException(

0 commit comments

Comments
 (0)