System.Reactive.PlatformServices.DefaultExceptionServices
namespace System.Reactive.PlatformServices
{
internal sealed class DefaultExceptionServices : IExceptionServices
{
public void Rethrow(Exception exception);
public DefaultExceptionServices();
}
}