Azure-Samples / service-fabric-dotnet-getting-started

Get started with Service Fabric with these simple introductory sample projects.
MIT License
230 stars 329 forks source link

Include HttpRequestException in HttpExceptionHandler #46

Closed karolz-ms closed 7 years ago

karolz-ms commented 7 years ago

In my real-world testing on Azure I see HttpRequestException being thrown with the inner WinHttpException. The latter is undocumented and I cannot even find it inside my project references--suspect some dynamically-loaded library.

acomsmpbot commented 7 years ago

No issues were found in this pull request.

karolz-ms commented 7 years ago

Btw @vturecek please also take a peek at Matt Thalman's PR

vturecek commented 7 years ago

Thanks @karolz-ms, merged into the classic branch.