You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually it was an AggregateException. The .NET provided Flatten() method will create a new AggregateException, as opposed to flattening it to one inner exception as I thought it would. Simple fix, but need to check other instances of Flatten() usage.
The exception throw is not HttpException, but HttpResponseException. Need to change that.
The text was updated successfully, but these errors were encountered: