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
net46 sets WebException as OriginalException where netcore sets Elast… (#3302)
`net46` sets `WebException` as `OriginalException` whereas netcore sets `ElasticsearchClientException`, because its `IConnection` throws and that `WebException` is now preserved with the backport of #3266
0 commit comments