davidfowl / AspNetCoreDiagnosticScenarios

This repository has examples of broken patterns in ASP.NET Core applications
7.92k stars 750 forks source link

Clarify `DoOperationBlocking2` exception handling #82

Closed nycdotnet closed 2 years ago

nycdotnet commented 2 years ago

This PR documents that DoOperationBlocking2 does throw the original exception without wrapping it. (Since this was omitted, it's not clear if the exception would be swallowed)