I am using HttpClient in a xamarin forms project
The class is documented, but I can not find any documentation about which exceptions its methods might throw.
For example the GetAsync Method does not have any documentation about possible exceptions. But I assume it throws, for example when the server is unreachable.
Is there somewhere a list of exceptions this class might throw?