Jericho / CakeMail.RestClient

.NET wrapper for the CakeMail API
MIT License
9 stars 3 forks source link

Include status code when request fails #54

Closed Jericho closed 5 years ago

Jericho commented 5 years ago

It would be useful to include the HttpStatusCode when throwing a CakeMail exception.

Jericho commented 5 years ago

The HttpException class already has a HttpStatus property.