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

RxApp.

DefaultExceptionHandler Property

Summary

Gets or sets the Observer which signaled whenever an object that has a ThrownExceptions property doesn't Subscribe to that Observable. Use Observer.Create to set up what will happen - the default is to crash the application with an error message.
Namespace
ReactiveUI
Containing Type
RxApp

Syntax

public static IObserver<Exception> DefaultExceptionHandler { get; set; }

Value

Type Description
IObserver<Exception>