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