<PackageReference Include="System.Reactive" Version="6.1.0-preview.9" />

System.Reactive.PlatformServices.IExceptionServices

public interface IExceptionServices
(Infrastructure) Services to rethrow exceptions.
namespace System.Reactive.PlatformServices { public interface IExceptionServices { void Rethrow(Exception exception); } }