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

ReactiveTableViewController.

ThrownExceptions Property

Summary

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

Syntax

public IObservable<Exception> ThrownExceptions { get; }

Value

Type Description
IObservable<Exception>