You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HttpResponseException have accessibility internal, this make it hard to catch the exception because we need to catch on Exceptoion and then use reflection to get the correct result back.
Can the HttpResponseException be changed to public accessibility?
The
HttpResponseException
have accessibilityinternal
, this make it hard to catch the exception because we need to catch onExceptoion
and then use reflection to get the correct result back.Can the
HttpResponseException
be changed topublic
accessibility?svea-sdk-dotnet/src/Svea.WebPay.SDK/Exceptions/HttpResponseException.cs
Line 6 in ff22ee3
The text was updated successfully, but these errors were encountered: