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