The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

ReactivePageViewController.

ThrownExceptions Property

Summary

Gets a observable which will fire whenever an exception would normally terminate ReactiveUI internal state.
Namespace
ReactiveUI
Containing Type
ReactivePageViewController

Syntax

public IObservable<Exception> ThrownExceptions { get; }

Value

Type Description
IObservable<Exception>