ParticleNET / ParticleSDK

.NET SDK for Particle.io (formally spark.io)
Apache License 2.0
10 stars 3 forks source link

Stop the framework from allowing Exceptions from HttpClient from bubbling up #25

Closed holtsoftware closed 8 years ago

holtsoftware commented 8 years ago

Instead of Bubbling up let catch them and return a failed result from the method with the exception as a property

holtsoftware commented 8 years ago

This was deployed as part of the 0.8.0 deployment.