We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9be5b1 commit f8ce35fCopy full SHA for f8ce35f
1 file changed
Bandwidth.Iris/Client.cs
@@ -435,6 +435,7 @@ private async Task CheckResponse(HttpResponseMessage response)
435
throw new BandwidthIrisException(code.Value, description.Value, response.StatusCode, doc);
436
}
437
438
+ throw new BandwidthIrisException("", string.Format("Http code {0}", response.StatusCode), response.StatusCode);
439
440
catch (Exception ex) when (!(ex is BandwidthIrisException) && !(ex is AggregateException))
441
{
0 commit comments