System.Reactive.PlatformServices.DefaultExceptionServices.Rethrow C# (CSharp) Method

Rethrow() public method

public Rethrow ( Exception exception ) : void
exception System.Exception
return void
        public void Rethrow(Exception exception)
        {
            System.Runtime.ExceptionServices.ExceptionDispatchInfo.Capture(exception).Throw();
        }
    }
DefaultExceptionServices