✅ XML docs not all exceptions included
Hi!
It appears not all exceptions are included in xml docs
Is there a way to go about it?
5 Replies
What do you mean when you say "not all exceptions are included in xml docs"? Is the HttpRequestException not available?
nope
What if you use System.Net.Http.HttpRequestException?
yup, works
Oddly enough when I've had it thrown from httpClient it went from
System.Net
unless im misremembering
but ive also tried HttpRequestException
and it didnt show me a need for using statement requirement
since i didnt have to specify ArgException since ive already have using system
well another quirk of compiler ig
Thank you for your help ❤️No