What Exceptions can PostAsJsonAsync throw?

Viewed 2631

Hi i would like to catch possible exceptions that PostAsJsonAsync can throw. I cannot find any exception information on the microsoft website about possible exceptions this method can throw. i would like to handle any possible exceptions.

2 Answers
Related