Posts by Felipe Bergmann • 1 point
1 post
-
-1
votes2
answers87
viewsA: How to get a return from a Webapi Exception?
If I understand your doubt: try { executa código } catch(WebException wexp) { ...wexp.response... }
1 post
-1
votes2
answers87
viewsIf I understand your doubt: try { executa código } catch(WebException wexp) { ...wexp.response... }