<PackageReference Include="System.Reactive" Version="7.0.0-preview.1" />

System.Reactive.PlatformServices.IExceptionServices

public interface IExceptionServices
namespace System.Reactive.PlatformServices { public interface IExceptionServices { void Rethrow(Exception exception); } }