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