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 |